Skip to content

Commit

Permalink
cycle instead of return for single syntax error in comma-separated co…
Browse files Browse the repository at this point in the history
…nfiguration

Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
marcelmbn committed Feb 5, 2025
1 parent d8d4b79 commit 51986a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constrain_param.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ subroutine set_hess(env,key,val,nat,at,idMap,xyz)
call atl%new(argv(i))
if (atl%get_error()) then
call env%warning('something is wrong in the mass list',source)
return
cycle
endif
call atl%to_list(list)
do idum = 1, size(list)
Expand Down

0 comments on commit 51986a6

Please sign in to comment.