IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 1:31:44 PM (22 years ago)
Author:
gusciora
Message:

Parameter checking for the psCOord.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.c

    r2219 r2221  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 21:42:21 $
     11 *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-27 23:31:43 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2424/* INCLUDE FILES                                                             */
    2525/*****************************************************************************/
     26#include <stdio.h>
     27#include <float.h>
     28#include <math.h>
     29
    2630#include "psMinimize.h"
    2731/*****************************************************************************/
     
    12131217        psFree(tmpc);
    12141218        psFree(tmpn);
    1215         psAbort(__func__, "(1) Could not bracket minimum.");
     1219        psError(__func__, "(1) Could not bracket minimum.");
    12161220    }
    12171221
Note: See TracChangeset for help on using the changeset viewer.