Changeset 1945 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Mar 24, 2002, 5:59:09 PM (24 years ago)
Author:
aubourg
Message:

avec stdlib

Location:
trunk/ArchTOIPipe/Processors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/correl.cc

    r1944 r1945  
    11#include <iostream.h>
     2#include <stdlib.h>
    23#include "correl.h"
    34
  • trunk/ArchTOIPipe/Processors/wienerdecor.cc

    r1944 r1945  
    5757      }
    5858      dtoeplz(r,w,y,lcorr);
    59       /*      cout << "Wiener filter : \n ";
     59      cout << "Wiener filter : \n ";
    6060      for (int i=0; i<lcorr; i++) {
    6161        cout << filter[i] << " ";
    6262      }
    63       cout << endl;*/
     63     cout << endl;
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.