Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pre_process/m_checker.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contains
"${DIR}$_domain%${BOUND}$ must not be set when ${VAR}$ > 0 and old_grid = T")
@:PROHIBIT(${VAR}$ > 0 .and. (.not. old_grid) .and. f_is_default(${DIR}$_domain%${BOUND}$), &
"${DIR}$_domain%${BOUND}$ must be set when ${VAR}$ > 0 and old_grid = F")
@:PROHIBIT(${VAR}$ > 0 .and. ${DIR}$_domain%beg >= ${DIR}$_domain%end, &
@:PROHIBIT(${VAR}$ > 0 .and. (.not. old_grid) .and. ${DIR}$_domain%beg >= ${DIR}$_domain%end, &
"${DIR}$_domain%beg must be less than ${DIR}$_domain%end when both are set")
#:endfor
end if
Expand Down
Loading