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

make cached data mutable

parent 95e0a689
No related branches found
No related tags found
No related merge requests found
......@@ -492,8 +492,8 @@ namespace Dune
std::vector<GlobalCoordinate> vertices_;
// some data optionally provided
Std::optional<bool> affine_;
Std::optional<FlatGeometry> flatGeometry_;
mutable Std::optional<bool> affine_;
mutable Std::optional<FlatGeometry> flatGeometry_;
};
......
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