Skip to content

Commit c361de0

Browse files
committed
fix pre-commit
1 parent 95381fe commit c361de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/samurai/mr/adapt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ namespace samurai
267267
subset_1.apply_op(to_coarsen_mr(m_detail, m_tag, eps_l, min_level),
268268
to_refine_mr(m_detail,
269269
m_tag,
270-
(pow(2.0, regularity_to_use))*eps_l,
270+
(pow(2.0, regularity_to_use)) * eps_l,
271271
max_level)); // Refinement according to Harten
272272
update_tag_subdomains(level, m_tag, true);
273273
}

0 commit comments

Comments
 (0)