IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7324


Ignore:
Timestamp:
Jun 2, 2006, 5:45:57 PM (20 years ago)
Author:
magnier
Message:

changed certain psErrors to psTrace

File:
1 edited

Legend:

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

    r7311 r7324  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-03 01:02:08 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-06-03 03:45:57 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    516516    fitStatus = psMinimizeLMChi2(myMin, covar, params, constrain, x, y, yErr, pmModelFitSet);
    517517    if (!fitStatus) {
    518         psError(PS_ERR_UNKNOWN, false, "Failed to fit model\n");
     518        // psError(PS_ERR_UNKNOWN, false, "Failed to fit model (%d)\n", nSrc);
     519        psTrace(__func__, 4, "Failed to fit model (%d)\n", nSrc);
    519520    }
    520521
Note: See TracChangeset for help on using the changeset viewer.