openModeller  Version 1.4.0
PreParameters.cpp
Go to the documentation of this file.
00001 
00028 #include "PreParameters.hh"
00029 
00030 PreParameters::PreParameters()
00031 {
00032 }
00033 
00034 PreParameters::~PreParameters()
00035 {
00036 }
00037 std::string PreParameters::decName() const
00038 {
00039   std::string return_string;
00040   
00041   throw;
00042   
00043   return return_string;
00044 }