IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2004, 12:42:11 PM (22 years ago)
Author:
Paul Price
Message:

Minor fixes to get things to compile. e.g. need to do "struct psCell"
inside a psChip, since the psCell isn't defined yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psLib.h

    r324 r396  
    2323# include <psDlist.h>
    2424
     25/* These are here to ensure things compile --- ordering is important.  ): */
     26/** @ingroup MathGroup */
     27# include <psStats.h>
     28# include <psFunctions.h>
     29/** @ingroup AstroGroup */
     30# include <psMetaData.h>
     31# include <psImage.h>
     32
    2533/** @defgroup MathGroup Math Utilities */
    2634# include <psBitMask.h>
Note: See TracChangeset for help on using the changeset viewer.