Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 28edf9f175deda1e43bebc715aeb3d82ccf20631 Size: 313.34 KB File Format: exe
Rating: 2.260869565
out of 5
based on 23 user ratings
Downloads: 274 License: Free
FTNCHEK is a free software by Robert K. Maniot and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download FTNCHEK which is 313.34 KB in size and belongs to the software category Other Programming Files. FTNCHEK was released on 2010-12-12 and last updated on our database on 2017-02-28 and is currently at version 3.3.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
FTNCHEK Description
FTNCHEK application was developed to be a static analyzer for Fortran 77 programs. It is designed to detect certain errors in a Fortran program that a compiler usually does not. ftnchek is not primarily intended to detect syntax errors.
Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran language but are wasteful or may cause incorrect operation.
For example, variables which are never used may indicate some omission in the program; uninitialized variables contain garbage which may cause incorrect results to be calculated; and variables which are not declared may not have the intended type.
ftnchek is intended to assist users in the debugging of their Fortran program. It is not intended to catch all syntax errors. This is the function of the compiler. Prior to using ftnchek, the user should verify that the program compiles correctly.