CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Ftnchek

Ftnchek

From CFD-Wiki

Jump to: navigation, search

ftnchek is a static analyzer for Fortran 77 programs. It intended to detect defects in Fortran code that are legal but may cause problems. As such, it is not a debugger, but will find issues like

  • unused variables
  • uninitialized variables

The program will not catch all syntax errors, so it should be used in conjunction with a compiler.

External Link

My wiki