Skip to content

Commit

Permalink
correction2 of CIPaverage.f
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioroncero committed Nov 9, 2022
1 parent 8e36fa8 commit 3894aa4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SRC/AUXILIARy-CODES/CIPaverage-fast.f
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,7 @@ program CIPprogram
Jtot0=Jcalc(iJ)

ipar=iomref0
! if(iabs(iomref0).gt.0)then
! par=+1.d0
! if(iomref0.lt.0)par=-1.d0
! else
! par=(-1.d0)**Jtot0
! endif
par=dble(ipar)
sign=(-1.d0)**Jtot0
iommin0=0
if(par*sign.lt.0.d0)iommin0=1
Expand Down

0 comments on commit 3894aa4

Please sign in to comment.