diff --git a/unit_tests/projection/test_pressure_offset.cpp b/unit_tests/projection/test_pressure_offset.cpp index bb7d7a9e4e..88a76da6d9 100644 --- a/unit_tests/projection/test_pressure_offset.cpp +++ b/unit_tests/projection/test_pressure_offset.cpp @@ -120,6 +120,8 @@ class ProjPerturb : public MeshTest protected: void populate_parameters() override { + MeshTest::populate_parameters(); + { amrex::ParmParse pp("amr"); amrex::Vector ncell{{m_nx, m_ny, m_nz}};