|
Cleanscape Xlint Fortran Source Code Browser
Operation
|
|
Sample Session: Find all symbols starting with "I"
To find all symbols starting with "I", the user entered "I*" in the Select field on the Control Panel and pressed <Return>.
- This brought up cross-reference information for all variables beginning with the letter "I".
- To view information related to a specific symbol, the user will need to double-click the appropriate line in the Cross Reference window. For example, to display information related to the variable "INUIT", the user double-clicked the following line:
INUIT,I*4 variable,in demo.f(43)[PRINTIT] is Set,Actual arg
-
- The Source window displayed demo.for with line 43 (containing INUIT) highlighted. The Tree window is displaying a tree centered around the PRINTIT routine. The screen appears similar to that shown in the figure.
- If the user double-clicks another cross-reference entry, like
I, I*4 variable, in demo.f(6)[PROCDAT] is Ref
-
- The changes appear in the Source and Tree windows.
|
|
|
|
|