Fortran ModuleUse

ModuleUse and ModuleUseby indicate that a program unit has a “USE” statement for a module, and that the use statement does not have an “ONLY” clause.

MODULE A 
   ... 
END MODULE A 
MODULE B 
   USE A 
END MODULE B 
Reference Kind
Entity Performing Reference
Entity Being Referenced
Fortran ModuleUse
B
A
Fortran ModuleUseby
A
B
 

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