IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 11:10:22 AM (20 years ago)
Author:
gusciora
Message:

Implemented the polynomial alloc argument changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r6184 r6204  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-01-23 20:04:31 $
     12 *  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-01-26 21:10:22 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    11701170
    11711171    // Interpolation of look up table
    1172     results = psLookupTableInterpolateAll(table, jd);
     1172    results = psLookupTableInterpolateAll(table, jd, NULL);
    11731173
    11741174    // Check for successful interpolation
Note: See TracChangeset for help on using the changeset viewer.