Skip to content
Snippets Groups Projects
Commit 2eb0f6cb authored by Stefan Girke's avatar Stefan Girke
Browse files

[bugfix] correction of file name in poisson

parent 695ca472
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@ struct ProblemCreator
static inline Dune::GridPtr<GridType> initializeGrid()
{
// use default implementation
std::string filename = Dune::Fem::Parameter::getValue< std::string >(
ParameterType::commonInputPath() + "/" + Dune::Fem::IOInterface::defaultGridKey(GridType :: dimension, false));
std::string filename = ParameterType::commonInputPath() + "/" +
Dune::Fem::Parameter::getValue< std::string >(Dune::Fem::IOInterface::defaultGridKey(GridType :: dimension, false));
std::string description ("poisson-"+diffusionFluxName());
// initialize grid
......
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