Skip to content
Snippets Groups Projects
Commit f099e85c authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Merge branch 'issue/bugfixes' into 'develop'

Issue/bugfixes

See merge request spraetor/dune-amdis!10
parents edc492c5 73012ef2
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ namespace AMDiS
return pt().get<T>(key);
}
catch (...) {
return Dune::Std::nullopt;
return {};
}
}
......
......@@ -4,6 +4,8 @@
#include <dune/typetree/treepath.hh>
#include <dune/typetree/visitor.hh>
#include <amdis/common/Loops.hpp>
namespace AMDiS
{
// forward declaration of main engine struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment