DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameftnchek
BeschreibungA semantic checker for Fortran 77 programs
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version3.3.1-4
Sektionuniverse/devel
Prioritätextra
Installierte Größe836 Byte
Hängt ab vonlibc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße273712 Byte
Prüfsumme MD5a36416bb9ff135e93645ee803500aa5c
Prüfsumme SHA174b586d6015f1a191e3c3424c29dff3bef780b54
Prüfsumme SHA2561d2dcb0464c18baa6db2f9f6d00e020376f34bc9207e7c3d7111377702eb2c09
Link zum Herunterladenftnchek_3.3.1-4_i386.deb
Ausführliche Beschreibungftnchek (short for Fortran checker) is a tool designed to detect certain errors in a Fortran program that a compiler usually does not, thus assisting users in the debugging of their Fortran programs. . Unlike syntax 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 can also be used to provide call-trees, cross-reference of subprogram calls and COMMON blocks usage, source listings, symbol tables and other things you might find useful when debugging a Fortran program.


Impressum
Linux is a registered trademark of Linus Torvalds