Main Page   Class Hierarchy   Compound List   File List   Compound Members  

TopolParams.h

00001 #ifndef TopolParams_H
00002 #define TopolParams_H
00003 #include <string>
00004 
00012 using namespace std;
00013 
00014 class TopolParams {
00015 public:
00016         TopolParams():dimension("") {};
00017         TopolParams( string str ) : dimension( str ) {};
00018         string dimension;
00019 };
00020 
00021 
00022 #endif

Generated on Thu Apr 8 15:04:11 2004 for SOMCode by doxygen1.2.18