From abf91a6499a917d65c473e1e12579df089dbc2d0 Mon Sep 17 00:00:00 2001 From: James Foucar Date: Thu, 7 Nov 2024 16:04:27 -0700 Subject: [PATCH] Fix bug --- .../p3/tests/p3_calc_liq_relaxation_timescale_unit_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/eamxx/src/physics/p3/tests/p3_calc_liq_relaxation_timescale_unit_tests.cpp b/components/eamxx/src/physics/p3/tests/p3_calc_liq_relaxation_timescale_unit_tests.cpp index ea217a4d047..2752746b792 100644 --- a/components/eamxx/src/physics/p3/tests/p3_calc_liq_relaxation_timescale_unit_tests.cpp +++ b/components/eamxx/src/physics/p3/tests/p3_calc_liq_relaxation_timescale_unit_tests.cpp @@ -104,7 +104,7 @@ struct UnitWrap::UnitTest::TestCalcLiqRelaxationTimescale : public UnitWrap:: REQUIRE(self[s].epsc == self_host(s).epsc); } } - else { + else if (this->m_baseline_action == GENERATE) { for (Int s = 0; s < max_pack_size; ++s) { self_host(s).write(Base::m_fid); }