Changeset 1376


Ignore:
Timestamp:
07/12/07 12:02:35 (17 years ago)
Author:
mar637
Message:

removed debug cout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.cpp

    r1373 r1376  
    166166  for (uInt i=hwidth; i<(n-hwidth); ++i) {
    167167    // add data value
    168     cout << ms.nval() << endl;
    169168    out[i] = ms.add(in[i], flag[i]);
    170169    outflag[i] = (ms.nval() == 0);   
Note: See TracChangeset for help on using the changeset viewer.