Changeset 16847
- Timestamp:
- Mar 6, 2008, 11:35:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.c
r16841 r16847 181 181 output->readouts = psArrayRealloc(output->readouts, numTerms); 182 182 } 183 int outRow0 , outCol0;// Output row0 and col0183 int outRow0 = 0, outCol0 = 0; // Output row0 and col0 184 184 for (int i = 0; i < numTerms; i++) { 185 185 pmReadout *ro = output->readouts->data[i]; // Readout to update
Note:
See TracChangeset
for help on using the changeset viewer.
