Fortran Use

Indicates a use (not a set) of a variable.

SUBROUTINE SUB 
   INTEGER A 
   INTEGER B 
   ... 
   A = B 
END SUBROUTINE
Reference Kind
Entity Performing Reference
Entity Being Referenced
Fortran Use
SUB
B
Fortran Useby
B
SUB
 

Scientific Toolworks, Inc.
http://www.scitools.com