Skip to content

Commit

Permalink
Merge pull request #113 from njoy/bugfix/ACER
Browse files Browse the repository at this point in the history
Bugfix/acer
  • Loading branch information
jlconlin authored Nov 19, 2018
2 parents 9e3f11b + d3d3cea commit 4f68e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/acefc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -9789,7 +9789,7 @@ subroutine acelcp(next,matd,nin,za,awr)
renorm=1/xss(next+1+3*nx)
do ix=1,nx
xss(next+1+nx+ix)=&
sigfig(renorm*xss(next+1+2*nx+ix),7,0)
sigfig(renorm*xss(next+1+nx+ix),7,0)
xss(next+1+2*nx+ix)=&
sigfig(renorm*xss(next+1+2*nx+ix),9,0)
enddo
Expand Down
4 changes: 2 additions & 2 deletions src/vers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module version
! These values are updated during the NJOY revision-control process.
implicit none
private
character(8),public::vers='2016.44'
character(8),public::vday='11Oct18'
character(8),public::vers='2016.45'
character(8),public::vday='13Nov18'
end module version

0 comments on commit 4f68e8a

Please sign in to comment.