Advanced Computing Platform for Theoretical Physics

Commit 5b31f967 authored by pierog's avatar pierog
Browse files

change the mass limit for first initialization in a more consistent way

parent 398689a5
......@@ -182,16 +182,13 @@ c initialization for the maximum energy and mass
if(model.le.1)then
laproj=100
maproj=210 !to set difnuc up to the maximum mass
latarg=laproj
matarg=maproj
else
laproj=30
maproj=60 !dummy (?) for other models but should be below the limit
endif
if(model.eq.6)then
latarg=9
matarg=18 !limited by Sibyll here (not important)
else
latarg=laproj
matarg=maproj
endif
iwseed=0 !to switch off random number print out here
call ainit
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment