IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6991bd75 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

changed error code if UrQMD fails to find collision

parent 2c4abb7c
No related branches found
No related tags found
1 merge request!353changed error code if UrQMD fails to find collision
Pipeline #4431 waiting for manual action
......@@ -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