Skip to content

Commit 75396b4

Browse files
committed
case validator cleanup
1 parent 896a5f8 commit 75396b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/mfc/case_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def check_ibm(self):
464464
self.prohibit(not ib,
465465
"periodic_ibs is set to true but ib is not enabled")
466466
self.prohibit(cyl_coord,
467-
"periodic_ibs not compatible with cyl_coords")
467+
"periodic_ibs not compatible with cyl_coord")
468468
for direction in ['x', 'y', 'z']:
469469
for end in ['beg', 'end']:
470470
bc_val = self.get(f'bc_{direction}%{end}')

0 commit comments

Comments
 (0)