IsEccGeom:

--------------------------------------------------------------------------
   Check whether the supplied data structure is for eccentric geometry or not. 
   Note:   Not necessary in C++, as overloaded functions with different data 
           structure inputs will be used.

   Since version 7.
--------------------------------------------------------------------------
   Usage:
   a = IsEccGeom( geom );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   geom          (.)   Geometry data structure

   -------
   Outputs
   -------
   a             (1)   Flag (1 if eccentric geometric struct, 0 if not)   
   
--------------------------------------------------------------------------

Children:

FormationFlying: DataStructures/EccGeometry_Structure