Skip to content
Snippets Groups Projects
Commit 42f4e7e7 authored by René Fritze's avatar René Fritze
Browse files

[df] cleanup het. projection

parent 19199e2f
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,11 @@ public: ...@@ -159,6 +159,11 @@ public:
Dune::ParameterTreeParser::readOptions(argc, argv, tree_); Dune::ParameterTreeParser::readOptions(argc, argv, tree_);
} // ReadCommandLine } // ReadCommandLine
void readOptions(int argc, char* argv[])
{
Dune::ParameterTreeParser::readOptions(argc, argv, tree_);
}
/** \brief passthrough to underlying Dune::ParameterTree /** \brief passthrough to underlying Dune::ParameterTree
* \param useDbgStream * \param useDbgStream
* needs to be set to false when using this function in Logging::Create, * needs to be set to false when using this function in Logging::Create,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment