readmtt.cc

Go to the documentation of this file.
00001 #include "CMTStation.h"
00002 #include <iostream>
00003 #include <string>
00004 
00005 using namespace std;
00006 int main()
00007 {
00008         CMTStation Station;
00009         string infilename;
00010         string outfilename;
00011         
00012         cout << "Infile: " ;
00013         cin >> infilename;
00014         Station.GetData(infilename);
00015         
00016         cout << "Outfile: ";
00017         cin >> outfilename;
00018         
00019         Station.WriteData(outfilename); 
00020 } 

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