Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Jul 22, 2023
1 parent e2df1df commit 075a53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/core/SimTime.H
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <cmath>

namespace {
AMREX_FORCE_INLINE static amrex::Real get_enforced_dt_for_output(
AMREX_FORCE_INLINE amrex::Real get_enforced_dt_for_output(
const amrex::Real dt,
const amrex::Real cur_time,
const amrex::Real interval,
Expand Down

0 comments on commit 075a53f

Please sign in to comment.