Changeset 1376
- Timestamp:
- 07/12/07 12:02:35 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MathUtils.cpp
r1373 r1376 166 166 for (uInt i=hwidth; i<(n-hwidth); ++i) { 167 167 // add data value 168 cout << ms.nval() << endl;169 168 out[i] = ms.add(in[i], flag[i]); 170 169 outflag[i] = (ms.nval() == 0);
Note:
See TracChangeset
for help on using the changeset viewer.