-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm trying to compile cefine with gfortran on Mac ARM.
After running "gfortran -o cefine cefine.f90", I'm encountering the following error output:
cefine.f90:1955:52:
1955 | 55 IF (N .EQ. ND .OR. N .EQ. NE) GOTO 57
| 1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 55 at (1)
cefine.f90:2298:47:
2298 | call elem(atmp, iat(i))
| 1
Error: Missing actual argument for argument 'atl' at (1)
cefine.f90:484:36:
484 | call wtm(xyz, iat, nat, 'coord')
| 1
Warning: Character length of actual argument shorter than of dummy argument 'outfile' (5/80) at (1)