From 37d35a3ff42ac955451fd00fdeb2c9579a0874d5 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Wed, 8 Jan 2025 08:59:12 -0700 Subject: [PATCH] another thing that should be in the other unit test --- unit_tests/projection/test_pressure_offset.cpp | 2 ++ 1 file changed, 2 insertions(+) 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}};