hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

one line WHERE statement not recognized #92

Closed JHenneberg closed 5 years ago

JHenneberg commented 5 years ago

The one line version of a WHERE statement is not detected

WHERE (ABS(A) < 1D-6) A = 0.0D0
hansec commented 5 years ago

Thanks for the report. This should now be fixed in master and will be included in the next patch.

hansec commented 5 years ago

There was a typo in the previous commit, see fix above.

JHenneberg commented 5 years ago

ah ok thanks a lot