You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the code so it becomes F2003 compliant.
The issue should be in the my_ICOPY routine in postw90/comms.F90 (we should probably move it into the module, and make an interface for arrays of different shape).
The text was updated successfully, but these errors were encountered:
Actually, the problem was in the use of IARGC and GETARG.
As a note: in gfortran, you can check standard compliance with the command-line option -std=f2003.
Change the code so it becomes F2003 compliant.
The issue should be in the
my_ICOPY
routine inpostw90/comms.F90
(we should probably move it into the module, and make an interface for arrays of different shape).The text was updated successfully, but these errors were encountered: