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
The offending line is a declaration of a module function in a module interface block. This code uses Fortran Submodules, which is why "module function" is used here. See line 72 here.
This code is valid Fortran and builds fine with gfortran and Intel. Is this a known limitation of SerialBox? Or a bug?
The text was updated successfully, but these errors were encountered:
When pre-processing a Fortran code with
pp_ser.py
I get this error:The offending line is a declaration of a module function in a module interface block. This code uses Fortran Submodules, which is why "module function" is used here. See line 72 here.
This code is valid Fortran and builds fine with gfortran and Intel. Is this a known limitation of SerialBox? Or a bug?
The text was updated successfully, but these errors were encountered: