Skip to content
Snippets Groups Projects
Commit 4e997b57 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[multidomain] call leafGridView instead of deprecated leafView

Reviewed by gruenich.



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13286 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f89eebf5
No related branches found
No related tags found
No related merge requests found
...@@ -96,8 +96,8 @@ public: ...@@ -96,8 +96,8 @@ public:
, newtonMethod_(asImp_()) , newtonMethod_(asImp_())
, newtonCtl_(asImp_()) , newtonCtl_(asImp_())
, mdGrid_(mdGrid) , mdGrid_(mdGrid)
, mdGridView_(mdGrid.leafView()) , mdGridView_(mdGrid.leafGridView())
, mdVertexMapper_(mdGrid_.leafView()) , mdVertexMapper_(mdGrid_.leafGridView())
, sdID1_(0) , sdID1_(0)
, sdID2_(1) , sdID2_(1)
, sdGrid1_(mdGrid.subDomain(sdID1_)) , sdGrid1_(mdGrid.subDomain(sdID1_))
......
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