Skip to content
Snippets Groups Projects
Commit ccd4f558 authored by Stevenson, Paul Prof (Maths & Physics)'s avatar Stevenson, Paul Prof (Maths & Physics)
Browse files

Update static.f90 FLOAT -> REAL

parent cafc5cca
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ CONTAINS ...@@ -36,7 +36,7 @@ CONTAINS
IF(ipair==0.OR.nof<0) THEN IF(ipair==0.OR.nof<0) THEN
npsi(2)=nprot npsi(2)=nprot
ELSE ELSE
npsi(2)=NINT(nprot+1.65*FLOAT(nprot)**0.666667D0) npsi(2)=NINT(nprot+1.65*REAL(nprot,db)**0.666667D0)
IF(MOD(npsi(2),2)/=0) npsi(2)=npsi(2)+1 IF(MOD(npsi(2),2)/=0) npsi(2)=npsi(2)+1
ENDIF ENDIF
ENDIF ENDIF
......
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