We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4acdb0 commit 23f5992Copy full SHA for 23f5992
1 file changed
include/bout/parallel_boundary_region.hxx
@@ -231,7 +231,7 @@ public:
231
232
template <bool check = true>
233
BoutReal& getAt(Field3D& f, int off) const {
234
- ASSERT4(f.hasParallelSlices());
+ ASSERT3(f.hasParallelSlices());
235
if constexpr (check) {
236
ASSERT3(valid() > -off - 2);
237
}
@@ -240,7 +240,7 @@ public:
240
241
242
const BoutReal& getAt(const Field3D& f, int off) const {
243
244
245
246
0 commit comments