Skip to content
Snippets Groups Projects
Commit 11f8fa68 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Merge branch 'master' of https://github.com/wwu-numerik/dune-stuff into periodicview_improvements

parents 1a9a74cd bab94e09
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,6 @@ public: ...@@ -141,7 +141,6 @@ public:
Common::Configuration config; Common::Configuration config;
config["value"] = Get<RangeFieldImp, rangeDim, rangeDimCols>::value_str(); config["value"] = Get<RangeFieldImp, rangeDim, rangeDimCols>::value_str();
config["name"] = static_id(); config["name"] = static_id();
config.report();
if (sub_name.empty()) if (sub_name.empty())
return config; return config;
else { else {
......
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