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
A FORTRAN source file may contain modules and 'standalone' subroutine's in one and the same file.
Actual behavior
For the attached source file, we have a module m_fm_morstatistics, followed by subroutine sedmor_write_stats() in one file fm_morstatistics.f90: fm_morstatistics.f90.txt
Expected behavior
A FORTRAN source file may contain
module
s and 'standalone'subroutine
's in one and the same file.Actual behavior
For the attached source file, we have a
module m_fm_morstatistics
, followed bysubroutine sedmor_write_stats()
in one filefm_morstatistics.f90
:fm_morstatistics.f90.txt
The scanner crashes on it.
1571146357496.log
result.xml.txt
Steps to reproduce behavior
icode.exe dflowfm_conv/**/* -o Results/results.xml
Detection version
3.1.0
The text was updated successfully, but these errors were encountered: