IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 213ec0cd authored by Felix Riehn's avatar Felix Riehn Committed by Remy Prechelt
Browse files

test ministack limit in sibyll decay

parent 2f92feb1
No related branches found
No related tags found
No related merge requests found
......@@ -6616,6 +6616,10 @@ C...Choose decay channel
 
KD =6*(IDC-1)+1
ND = KDEC(KD)
IF(ND.GT.10) THEN
WRITE(LUN,*) 'DECPAR: too many final state particles in decay!'
STOP
ENDIF
MAT= KDEC(KD+1)
MBST=0
IF (MAT .GT.0 .AND. P0(4) .GT. 20.D0*P0(5)) MBST=1
......
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