Skip to content

Commit

Permalink
Fix warning extra ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 17, 2025
1 parent a09d3e7 commit ce28151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/utilities/integrals.H
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AMREX_GPU_DEVICE AMREX_FORCE_INLINE amrex::Real trapz(
sum += f(xa + i * dx);
}
return dx * sum;
};
}

} // namespace amr_wind::utils
#endif

0 comments on commit ce28151

Please sign in to comment.