Skip to content

Commit

Permalink
update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Nov 17, 2024
1 parent 16bfdcb commit 4d3b680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pre_process/m_checker.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ contains

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

0 comments on commit 4d3b680

Please sign in to comment.