rwrespk.cpp

Go to the documentation of this file.
00001 #include "ResPkModel.h"
00002 #include <iostream>
00003 #include <string>
00004 
00005 using namespace std;
00006 
00007 int main()
00008 {
00009         ResPkModel Model;
00010         string filename;
00011         cout << "Filename: ";
00012         cin >> filename;
00013         Model.GetData(filename);
00014         Model.WriteData(filename+".new.mod");
00015 }

Generated on Mon Sep 15 12:54:34 2008 for GPLIB++ by  doxygen 1.5.5