Skip to content

Commit

Permalink
comenv.f - missing declaration of LAMBDA as REAL*8 caused NaNs for co…
Browse files Browse the repository at this point in the history
…mmon envelope - fixed
  • Loading branch information
spurzem committed Jul 12, 2023
1 parent a9610b8 commit 14838eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main/comenv.f
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SUBROUTINE COMENV(M01,M1,MC1,AJ1,JSPIN1,KW1,
common/bse/lambd1,alphac,bhspinfl,kicktype,xk2,xk3,
* acc1,acc2,xbeta,xxi,epsnov,eddfac,gamm1
*
REAL*8 AURSUN,K3
REAL*8 AURSUN,K3,LAMBDA,ALPHA1
PARAMETER (AURSUN = 214.95D0)
LOGICAL COEL,ECCFLG
REAL*8 CELAMF,RL,RZAMSF
Expand Down

0 comments on commit 14838eb

Please sign in to comment.