mtuparms.cpp

Go to the documentation of this file.
00001 #include "TimeSeriesData.h"
00002 #include <iostream>
00003 
00004 using namespace std;
00005 using namespace gplib;
00006 
00007 int main()
00008   {
00009     string infilename;
00010     TimeSeriesData TsData;
00011 
00012     cout << "Filename: ";
00013     cin >> infilename;
00014 
00015     TsData.GetData(infilename);
00016     cout << "Number of points: " << TsData.GetData().GetEx().GetData().size()
00017         << endl;
00018   }

Generated on Tue May 4 16:52:14 2010 for GPLIB++ by  doxygen 1.5.8