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/astronomy/psAstrometry.c

    r2214 r2221  
    88 *  @author George Gusciora, MHPCC
    99 *
    10  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-10-27 20:20:11 $
     10 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-10-27 23:31:43 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include "psAstrometry.h"
    2424#include "psMemory.h"
    25 #include "psAbort.h"
    2625#include "psError.h"
    2726#include "psConstants.h"
     
    834833    // generate an error if cell->toTP is not linear.
    835834    if (0 == isProjectionLinear(cell->toTP)) {
    836         psAbort(__func__, "the cell->toTP transfrom is not linear.\n");
     835        psError(__func__, "the cell->toTP transfrom is not linear.\n");
    837836    }
    838837
Note: See TracChangeset for help on using the changeset viewer.