Skip to content

Commit 058fff9

Browse files
committed
fix warnings
1 parent 99371b0 commit 058fff9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/problems/HydrostaticAtmosphere/testHydrostaticAtmosphere.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ auto problem_main() -> int
135135
#else
136136
amrex::Real const z = 0.0;
137137
#endif
138+
amrex::ignore_unused(y, z);
138139
amrex::Real const rho_atm = base_density_floor * std::exp(-x / scale_height);
139140
amrex::Real const expected = 1.0e-2 * rho_atm;
140141
amrex::Real const actual = data(i, j, k, HydroSystem<HydrostaticAtmosphereProblem>::density_index);

0 commit comments

Comments
 (0)