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
module foo
implicit none
end module foo
module bar
implicit none
end module bar
implicit noneprint*,"hi"
end
I suggest that Fortitude warn that there are multiple modules defined in a single source file and that the source file has both a module and a main program. It could also warn that the modules are empty and not used in the program.
The text was updated successfully, but these errors were encountered:
For a code such as
I suggest that Fortitude warn that there are multiple modules defined in a single source file and that the source file has both a module and a main program. It could also warn that the modules are empty and not used in the program.
The text was updated successfully, but these errors were encountered: