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/astrom/pmAstrometryUtils.c

    r10867 r11687  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-01-01 21:04:10 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-02-07 23:58:17 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    134134
    135135    if (order < 1)
    136         psAbort ("psastro", "invalid order");
     136        psAbort("invalid order");
    137137    if (order > 3)
    138         psAbort ("psastro", "invalid order");
     138        psAbort("invalid order");
    139139
    140140    // all coeffs and masks initially set to 0
     
    237237
    238238    if (order < 1)
    239         psAbort ("psastro", "invalid order");
     239        psAbort("invalid order");
    240240    if (order > 3)
    241         psAbort ("psastro", "invalid order");
     241        psAbort("invalid order");
    242242
    243243    // all coeffs and masks initially set to 0
Note: See TracChangeset for help on using the changeset viewer.