Changeset 398
- Timestamp:
- Apr 8, 2004, 12:05:10 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psLib.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psLib.h
r396 r398 12 12 13 13 /** @defgroup SystemGroup System Utilities */ 14 /** @defgroup DataGroup General Data Container Utilities */ 15 /** @defgroup MathGroup Math Utilities */ 16 /** @defgroup AstroGroup Astronomy-Specific Utilities */ 17 18 19 /** @ingroup SystemGroup */ 14 20 # include <psMemory.h> 15 21 # include <psTrace.h> … … 18 24 # include <psError.h> 19 25 20 /** @ defgroup DataGroup General Data Container Utilities*/26 /** @ingroup DataGroup */ 21 27 # include <psStdArrays.h> 22 28 # include <psHash.h> … … 24 30 25 31 /* These are here to ensure things compile --- ordering is important. ): */ 32 /* They are also listed later to keep things together */ 26 33 /** @ingroup MathGroup */ 27 34 # include <psStats.h> 28 35 # include <psFunctions.h> 29 36 /** @ingroup AstroGroup */ 30 # include <psMeta Data.h>37 # include <psMetadata.h> 31 38 # include <psImage.h> 32 39 33 /** @ defgroup MathGroup Math Utilities*/40 /** @ingroup MathGroup */ 34 41 # include <psBitMask.h> 35 42 # include <psFFT.h> … … 41 48 # include <psSort.h> 42 49 43 /** @ defgroup AstroGroup Astronomy-Specific Utilities*/50 /** @ingroup AstroGroup */ 44 51 # include <psPosition.h> 45 52 # include <psDateTime.h> 46 # include <psMeta Data.h>53 # include <psMetadata.h> 47 54 # include <psImage.h> 48 55 # include <psPhotom.h>
Note:
See TracChangeset
for help on using the changeset viewer.
