IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 3:02:08 PM (20 years ago)
Author:
Paul Price
Message:

Applying RHL patch. Generally improves the error handling and traceback. pmConcepts.c and pmConceptsRead.c done by PAP (RHL did this also, but I had already done them). Resolved conflicts, except for pmFPAfile.c, which uses psAbort in some instances where RHL's patch had psError; leave this for Gene to decide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r6905 r7311  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-19 20:29:57 $
     5 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-03 01:02:08 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7373typedef struct
    7474{
     75    const int id;   ///< Unique ID for object
    7576    pmPeak *peak;   ///< Description of peak pixel.
    7677    psImage *pixels;   ///< Rectangular region including object pixels.
     
    114115pmSource  *pmSourceAlloc();
    115116
     117bool pmIsSource(const psPtr ptr);
    116118
    117119/** pmSourceDefinePixels()
Note: See TracChangeset for help on using the changeset viewer.