From 654b2d7a8f68f9a3e40a2a344c74f9806b5ae4ad Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 26 Apr 2024 19:31:33 -0400 Subject: [PATCH] fix again --- 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 c4fe2cfee1..6a03660c42 100644 --- a/Source/driver/Castro.cpp +++ b/Source/driver/Castro.cpp @@ -606,7 +606,7 @@ Castro::read_params () // the default max_level of AMRErrorTagInfo is 1000, but make sure // that it is reasonable for Castro - BL_ASSERT(info.m_max_level < MAX_LEVEL); + BL_ASSERT(info.m_max_level < MAX_LEV); if (ppr.countval("value_greater")) { Vector value;