IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2005, 9:58:18 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmSubtractBias.c

    r2916 r3024  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-01-05 23:43:58 $
     8 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-01-17 19:58:18 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    532532        //
    533533
     534
     535        //
     536        // This doesn't seem right.  The only way to do a spline fit is if,
     537        // by SDRS requirements, fitSpec is not-NULL>  But in order for it
     538        // to be non-NULL, someone must have called psSpline1DAlloc() with
     539        // the min, max, and number of splines.
     540        //
    534541        if (!((fitSpec == NULL) || (fit == PM_FIT_NONE))) {
    535542            //
Note: See TracChangeset for help on using the changeset viewer.