Fortran Derived Type

A derived type. For example, DTYPE in the following example.

TYPE DTYPE 
   INTEGER COMP1 
   INTEGER COMP2 
END TYPE DTYPE 

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