IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b5843a0a authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'exit_code_urqmd' into 'master'

changed error code if UrQMD fails to find collision

See merge request !353
parents 2c4abb7c 6991bd75
No related branches found
No related tags found
1 merge request!353changed error code if UrQMD fails to find collision
Pipeline #4444 passed with warnings
......@@ -339,8 +339,8 @@ c~ stop
endif
if (noc.ge.50000) then
print *,'UrQMD terminating...'
call exit(2) ! think of a better way to hand over the error
! to C++
call exit(333) ! think of a better way to hand over the error
! to C++
endif
goto 1
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment