Skip to content
Snippets Groups Projects
Commit 6981a79b authored by Timo Koch's avatar Timo Koch
Browse files

[gridvars] Take pointer to const grid geometry

parent eff1dd93
No related branches found
No related tags found
1 merge request!1368Feature/improve md traits
......@@ -63,7 +63,7 @@ public:
template<class Problem>
FVGridVariables(std::shared_ptr<Problem> problem,
std::shared_ptr<GridGeometry> fvGridGeometry)
std::shared_ptr<const GridGeometry> fvGridGeometry)
: fvGridGeometry_(fvGridGeometry)
, curGridVolVars_(*problem)
, prevGridVolVars_(*problem)
......
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