IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2007, 11:01:59 AM (18 years ago)
Author:
Paul Price
Message:

Initialising components of pmSource.

File:
1 edited

Legend:

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

    r15562 r15698  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-11-10 01:09:20 $
     8 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-27 21:01:59 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    109109    source->type = PM_SOURCE_TYPE_UNKNOWN;
    110110    source->mode = PM_SOURCE_MODE_DEFAULT;
     111    source->extpars = NULL;
     112    source->region = psRegionSet(NAN, NAN, NAN, NAN);
    111113    psMemSetDeallocator(source, (psFreeFunc) sourceFree);
    112114
     
    835837
    836838// should we call pmSourceCacheModel if it does not exist?
    837 bool pmSourceOp (pmSource *source, pmModelOpMode mode, bool add, 
     839bool pmSourceOp (pmSource *source, pmModelOpMode mode, bool add,
    838840                 psMaskType maskVal, int dx, int dy)
    839841{
Note: See TracChangeset for help on using the changeset viewer.