Advanced Computing Platform for Theoretical Physics

Commit 398689a5 authored by pierog's avatar pierog
Browse files

update the maximum limit for projectile mass at first initialization to be...

update the maximum limit for projectile mass at first initialization to be compatible with all models
parent 4bd7656f
......@@ -179,8 +179,13 @@ c initialization for the maximum energy and mass
engy=degymx
idprojin=1120
idtargin=1120
laproj=100
maproj=210 !to set difnuc up to the maximum mass
if(model.le.1)then
laproj=100
maproj=210 !to set difnuc up to the maximum mass
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)
......
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