IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2009, 7:13:00 PM (17 years ago)
Author:
eugene
Message:

convert mask references to abstract psImageMaskType and psVectorMaskType as needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/objects/pmSourceFitModel.c

    r21075 r21079  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.28.4.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-12-31 20:31:29 $
     8 *  @version $Revision: 1.28.4.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-01-02 05:13:00 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    121121    // create the minimization constraints
    122122    psMinConstraint *constraint = psMinConstraintAlloc();
    123     constraint->paramMask = psVectorAlloc (params->n, PS_TYPE_VECTOR_MASK_DATA);
     123    constraint->paramMask = psVectorAlloc (params->n, PS_TYPE_VECTOR_MASK);
    124124    constraint->checkLimits = model->modelLimits;
    125125
Note: See TracChangeset for help on using the changeset viewer.