Skip to content

Commit

Permalink
Fix typo in profiler macro (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqvid committed Jun 16, 2023
1 parent 02ac1f3 commit d28b9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EB_CNS/Source/CNS_advance_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CNS::compute_dSdt_box (const Box& bx,
Array4<Real >& dsdtfab,
const std::array<FArrayBox*, AMREX_SPACEDIM>& flux)
{
BL_PROFILE("CNS::compute_dSdt__box()");
BL_PROFILE("CNS::compute_dSdt_box()");

const auto dxinv = geom.InvCellSizeArray();

Expand Down

0 comments on commit d28b9ab

Please sign in to comment.