Commit d3843e3d authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

refactor(fortran): clean Fortran syntax in 'frun_CEMANEIGE'

Refs: #178
1 merge request!88refactor: fix to pass CRAN checks
Pipeline #51047 canceled with stages
in 13 seconds
Showing with 2 additions and 3 deletions
+2 -3
......@@ -60,7 +60,7 @@
Implicit None
......@@ -183,8 +183,7 @@
IF (dG.GT.0.) THEN
Gratio = MIN(Gratio+(Psol-Melt)/Gacc,1.d0) !Psol - Melt = dG
IF (Gratio.EQ.1.) Glocalmax = Gthreshold
ENDIF
IF (dG.LE.0.) THEN
ELSE
Gratio=MIN(G/Glocalmax,1.d0)
ENDIF
ELSE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment