36#ifndef OPM_PARAMETERSTRINGS_HEADER
37#define OPM_PARAMETERSTRINGS_HEADER
42 const std::string ID_true =
"true";
43 const std::string ID_false =
"false";
45 const std::string ID_xmltag__param_grp =
"ParameterGroup";
46 const std::string ID_xmltag__param =
"Parameter";
48 const std::string ID_param_type__bool =
"bool";
49 const std::string ID_param_type__int =
"int";
50 const std::string ID_param_type__float =
"double";
51 const std::string ID_param_type__string =
"string";
52 const std::string ID_param_type__file =
"file";
53 const std::string ID_param_type__cmdline =
"cmdline";
57 const std::string ID_path_root =
"";
58 const std::string ID_delimiter_path =
"/";
59 const std::string ID_comment =
"//";
60 const std::string ID_delimiter_assignment =
"=";
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30