From 9da1aca7ef90a5102f69d467bcc4b968e1090c3f Mon Sep 17 00:00:00 2001 From: Coulaud <olivier.coulaud@inria.fr> Date: Thu, 17 Apr 2025 09:41:16 +0200 Subject: [PATCH] typo --- include/scalfmm/tree/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scalfmm/tree/utils.hpp b/include/scalfmm/tree/utils.hpp index 02746330..e77a163c 100644 --- a/include/scalfmm/tree/utils.hpp +++ b/include/scalfmm/tree/utils.hpp @@ -86,7 +86,7 @@ namespace scalfmm::index constexpr static const std::size_t Dim = PositionType::dimension; using dim_t = std::size_t; - // we set double rather than typename Position::value_type for a better accuracy + // we set double type rather than Position::value_type for a better accuracy double cell_width = box.width(0) / (static_cast<IndexType>(1) << level); std::array<IndexType, Dim> coords{}; -- GitLab