Closed kerneltravel closed 10 months ago
Could you please provide a test case?
Need the filename and file contents
Could you please provide a test case? Need the filename and file contents
a realworld case is https://gitlab.com/octopus-code/octopus/-/raw/main/src/main/main.F90
file ,the main.F90 is the entrance file of octopus sources.
It didn't recognize the .F90 extension. That is fixed. Please let me know if this test case works now:
cd octopus-main/src/main
callGraph *.F90 -start main.F90:__MAIN__
this test case works now
well, this test case works now.