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

Merge branch 'fix/ElementGridFunctionWithNonNumberData' into 'master'

Fix/element grid function with non number data

See merge request amdis/amdis!214
parents 22d81326 d13e2816
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ namespace AMDiS
IndexSet const* indexSet_;
Container const* container_;
std::optional<Element> element_;
Range value_ = 0;
Range value_ = {};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment