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
Problem:
I typically send Fortran files through a C preprocessor before sending them to a Fortran compiler. The C preprocessor directives confuse Fortran Intellisense to the point where it cannot identify function names.
Possible solution:
Intellisense can ignore lines that begin with #.
The text was updated successfully, but these errors were encountered:
Problem:
I typically send Fortran files through a C preprocessor before sending them to a Fortran compiler. The C preprocessor directives confuse Fortran Intellisense to the point where it cannot identify function names.
Possible solution:
Intellisense can ignore lines that begin with #.
The text was updated successfully, but these errors were encountered: