Bridge++  Ver. 1.3.x
fopr.cpp
Go to the documentation of this file.
1 
14 #include "fopr.h"
15 
16 //- parameter entries
17 namespace {
18  void append_entry(Parameters& param)
19  {
20  param.Register_string("fermion_type", "NULL");
21  }
22 
23 
24 #ifdef USE_PARAMETERS_FACTORY
25  bool init_param = ParametersFactory::Register("Fopr", append_entry);
26 #endif
27 }
28 //- end
void Register_string(const string &, const string &)
Definition: parameters.cpp:351
Class for parameters.
Definition: parameters.h:38
static bool Register(const std::string &realm, const creator_callback &cb)