Thank you very much for FLS and its support in VS Code.
I am using FLS-v1.12.0
I use Fortran module in my project.
If the name of the module is IntVector_Method.F90
Then the name of submodules are IntVector_Method@submodule1.F90, IntVector_Method@submodule2.F90, and so on.
I receive following error from FLS.
Initialization failed for file "/home/vikassharma/Dropbox/easifem/easifem-base/src/submodules/IntVector/src/IntVector_Method@getMethod.F90": Error during parsing
How can remove this error?
Regards
Vikas
Thank you very much for FLS and its support in VS Code.
I am using FLS-v1.12.0
I use Fortran module in my project.
If the name of the module is
IntVector_Method.F90Then the name of submodules are
IntVector_Method@submodule1.F90,IntVector_Method@submodule2.F90, and so on.I receive following error from FLS.
How can remove this error?
Regards
Vikas