IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2004, 3:52:43 PM (22 years ago)
Author:
gusciora
Message:

Changing the image fit routines to be of "double" type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psConstants.h

    r2230 r2261  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-28 23:03:11 $
     8 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-11-02 01:52:43 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    225225} \
    226226
    227 
     227#define PS_POLY_CHECK_TYPE(NAME, TYPE, RVAL) \
     228if (NAME->type != TYPE) { \
     229    psError(__func__,"Unallowable operation: polynomial %s has wrong type.", #NAME); \
     230    return(RVAL); \
     231} \
    228232
    229233/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.