cutts.cpp

Go to the documentation of this file.
00001 #include <iostream>
00002 #include <string>
00003 #include "CAsciiData.h"
00004 
00005 using namespace std;
00006 
00007 int main(void)
00008 {
00009         CAsciiData InputData;
00010         string inputfilename;
00011         
00012         cout << "Inputfile: ";
00013         cin >> inputfilename;
00014         
00015         InputData.GetData(inputfilename);
00016         InputData.Resample(1300,1400,0.1);
00017         InputData.WriteData("out");
00018 }

Generated on Thu Nov 22 13:58:25 2007 for GPLIB++ by  doxygen 1.5.1