From 0cdaa738b0489577b8e71056ce07985a7cefae99 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 26 Apr 2024 19:20:10 -0400 Subject: [PATCH] fix --- Source/driver/Castro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/driver/Castro.cpp b/Source/driver/Castro.cpp index 68ff343270..4c710724fd 100644 --- a/Source/driver/Castro.cpp +++ b/Source/driver/Castro.cpp @@ -605,7 +605,7 @@ Castro::read_params () // the default max_level of AMRErrorTagInfo is 1000, but make sure // that it is reasonable for Castro - BL_ASSERT(info.max_level < MAX_LEVEL); + BL_ASSERT(info.m_max_level < MAX_LEVEL); if (ppr.countval("value_greater")) { Vector value;