Skip to content

Commit 11754c6

Browse files
authored
Merge branch 'MFlowCode:master' into master
2 parents db78f42 + 6b3e012 commit 11754c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_checker.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ contains
7676
"${DIR}$_domain%${BOUND}$ must not be set when ${VAR}$ > 0 and old_grid = T")
7777
@:PROHIBIT(${VAR}$ > 0 .and. (.not. old_grid) .and. f_is_default(${DIR}$_domain%${BOUND}$), &
7878
"${DIR}$_domain%${BOUND}$ must be set when ${VAR}$ > 0 and old_grid = F")
79-
@:PROHIBIT(${VAR}$ > 0 .and. ${DIR}$_domain%beg >= ${DIR}$_domain%end, &
79+
@:PROHIBIT(${VAR}$ > 0 .and. (.not. old_grid) .and. ${DIR}$_domain%beg >= ${DIR}$_domain%end, &
8080
"${DIR}$_domain%beg must be less than ${DIR}$_domain%end when both are set")
8181
#:endfor
8282
end if

0 commit comments

Comments
 (0)