Changeset 7545
- Timestamp:
- Jun 13, 2006, 1:54:57 PM (20 years ago)
- Location:
- trunk/psLib/src/types
- Files:
-
- 2 edited
-
psLookupTable.c (modified) (3 diffs)
-
psLookupTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psLookupTable.c
r6484 r7545 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 2-24 23:43:15$9 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-13 23:54:57 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 846 846 psVector* psLookupTableInterpolateAll( 847 847 const psLookupTable *table, 848 double index, 849 psVector *stats) 848 double index) 850 849 { 851 850 long numCols = 0; … … 856 855 numCols = table->values->n; 857 856 PS_ASSERT_INT_UNEQUAL(numCols, 0,NULL); 858 if (stats != NULL) {859 // XXX: Determine what the stats vector is for. Not documented in SDRS.860 psLogMsg(__func__, PS_LOG_WARN, "WARNING: the psVector stats is currently ignored by this function.\n");861 }862 857 863 858 // Create output vector -
trunk/psLib/src/types/psLookupTable.h
r6204 r7545 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 1-26 21:10:22$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-13 23:54:57 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 140 140 psVector* psLookupTableInterpolateAll( 141 141 const psLookupTable *table, ///< Table with data 142 double index, ///< Value to be interpolated 143 psVector *stats ///< Unknown 142 double index ///< Value to be interpolated 144 143 ); 145 144
Note:
See TracChangeset
for help on using the changeset viewer.
