Changeset 3077
- Timestamp:
- 11/25/15 15:34:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STApplyCal.cpp
r3021 r3077 193 193 asap::Interpolator1D<Double, Float> *interpolator, 194 194 Double *xwork, Float *ywork, 195 const uInt wnrow, Float *yout, uChar * fout)195 const uInt wnrow, Float *yout, uChar */*fout*/) 196 196 { 197 197 interpolator->setData(xwork, ywork, wnrow); … … 222 222 fout[index] = 0; 223 223 } 224 static void ProcessInvalid(const Double xref, const uInt index,225 asap::Interpolator1D<Double, Float> * interpolator,226 Double * xwork, Float *ywork,227 const uInt wnrow, Float *yout, uChar *fout)224 static void ProcessInvalid(const Double /*xref*/, const uInt index, 225 asap::Interpolator1D<Double, Float> */*interpolator*/, 226 Double */*xwork*/, Float */*ywork*/, 227 const uInt /*wnrow*/, Float */*yout*/, uChar *fout) 228 228 { 229 229 fout[index] = 1 << 7; // user flag
Note:
See TracChangeset
for help on using the changeset viewer.