Tweak net/gssdp version 0.14.10
[dports.git] / devel / f77flow / pkg-descr
1 This little program analyses the structure of FORTRAN source-code. As a 
2 result you get a little flow diagram in which you can recognize which 
3 SUBROUTINE is called by the program. Further all subroutines called from this
4 one are displayed. The indciation of the displayed names is a degree for the 
5 level.
6
7 A new addition is the change of the starting point for an analysis. Instead to
8 check the whole source-code you can start with a special SUBROUTINE and see
9 the depence of this one.
10
11 The number of files which contain the routines are not restricted by the
12 program. 
13
14 You can report the CALL- and/or SUBROUTINE-statements together with filenames
15 and line numbers to special files.
16
17 Dirk Geschke
18 7. March 1997