We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896a5f8 commit 75396b4Copy full SHA for 75396b4
1 file changed
toolchain/mfc/case_validator.py
@@ -464,7 +464,7 @@ def check_ibm(self):
464
self.prohibit(not ib,
465
"periodic_ibs is set to true but ib is not enabled")
466
self.prohibit(cyl_coord,
467
- "periodic_ibs not compatible with cyl_coords")
+ "periodic_ibs not compatible with cyl_coord")
468
for direction in ['x', 'y', 'z']:
469
for end in ['beg', 'end']:
470
bc_val = self.get(f'bc_{direction}%{end}')
0 commit comments