Skip to content

Commit 8eb51a5

Browse files
committed
update checker
1 parent e74a4d9 commit 8eb51a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pre_process/m_checker.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ contains
116116

117117
! Common checks for all directions (stretch_x, stretch_y, and stretch_z)
118118
#:for X in ['x', 'y', 'z']
119-
! @:PROHIBIT(stretch_${X}$ .and. weno_order == 7, "weno_order = 7 does not support stretched grids")
120119
@:PROHIBIT(stretch_${X}$ .and. old_grid, "old_grid and stretch_${X}$ are incompatible")
121120
@:PROHIBIT(stretch_${X}$ .and. f_is_default(a_${X}$), "a_${X}$ must be set with stretch_${X}$ enabled")
122121
@:PROHIBIT(stretch_${X}$ .and. f_is_default(${X}$_a), "${X}$_a must be set with stretch_${X}$ enabled")

0 commit comments

Comments
 (0)