head2sac.cpp

Go to the documentation of this file.
00001 #include "CHeaderAsciiData.h"
00002 #include "CSacDataComp.h"
00003 #include <string>
00004 using namespace std;
00005 int main(int argc, char *argv[])
00006 {
00007         string inputname, outputname;
00008         CHeaderAsciiData Input;
00009         CSacDataComp Output;
00010         
00011         if (argc > 2)
00012         {
00013                 inputname = argv[1];
00014                 outputname = argv[2];
00015         }
00016         Input.GetData(inputname);
00017         Output = Input;
00018         Output.WriteData(outputname);
00019 }

Generated on Fri Jul 4 15:30:20 2008 for GPLIB++ by  doxygen 1.5.5