IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

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

    r10259 r11687  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-11-29 02:41:31 $
     8 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-07 23:58:17 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    112112    pmModelFunc modelFunc = pmModelFunc_GetFunction (model->type);
    113113    if (!modelFunc)
    114         psAbort ("pmSourceFitModel", "invalid model function");
     114        psAbort("invalid model function");
    115115    pmModelLimits checkLimits = pmModelLimits_GetFunction (model->type);
    116116    if (!checkLimits)
    117         psAbort ("pmSourceFitModel", "invalid model limits function");
     117        psAbort("invalid model limits function");
    118118
    119119    // create the minimization constraints
     
    146146        break;
    147147    default:
    148         psAbort ("pmSourceFitModel", "invalid fitting mode");
     148        psAbort("invalid fitting mode");
    149149    }
    150150    // force the floating parameters to fall within the contraint ranges
     
    448448        break;
    449449    default:
    450         psAbort ("pmSourceFitModel", "invalid fitting mode");
     450        psAbort("invalid fitting mode");
    451451    }
    452452
Note: See TracChangeset for help on using the changeset viewer.