Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Apr 26, 2024
1 parent 943fae1 commit 0cdaa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<Real> value;
Expand Down

0 comments on commit 0cdaa73

Please sign in to comment.