We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74a4d9 commit 8eb51a5Copy full SHA for 8eb51a5
src/pre_process/m_checker.fpp
@@ -116,7 +116,6 @@ contains
116
117
! Common checks for all directions (stretch_x, stretch_y, and stretch_z)
118
#:for X in ['x', 'y', 'z']
119
- ! @:PROHIBIT(stretch_${X}$ .and. weno_order == 7, "weno_order = 7 does not support stretched grids")
120
@:PROHIBIT(stretch_${X}$ .and. old_grid, "old_grid and stretch_${X}$ are incompatible")
121
@:PROHIBIT(stretch_${X}$ .and. f_is_default(a_${X}$), "a_${X}$ must be set with stretch_${X}$ enabled")
122
@:PROHIBIT(stretch_${X}$ .and. f_is_default(${X}$_a), "${X}$_a must be set with stretch_${X}$ enabled")
0 commit comments