Skip to content
Snippets Groups Projects
Commit 2156f7f2 authored by akbib's avatar akbib Committed by akbib
Browse files

Method leafView is now called leafGridView

[[Imported from SVN: r12625]]
parent a793c192
Branches
Tags
No related merge requests found
...@@ -375,7 +375,7 @@ public: ...@@ -375,7 +375,7 @@ public:
field_type getErrorSquared(int grid, field_type getErrorSquared(int grid,
LocalOperatorAssembler<GridType, P2Lfe, P2Lfe, BlockType>* localStiffness) const LocalOperatorAssembler<GridType, P2Lfe, P2Lfe, BlockType>* localStiffness) const
{ {
P2Basis p2NodalBasis(grids_[grid]->leafView()); P2Basis p2NodalBasis(grids_[grid]->leafGridView());
return HierarchicEstimatorBase<P2Basis, dim, field_type>::energyNormSquared(p2NodalBasis,predXNodal_[grid], *localStiffness); return HierarchicEstimatorBase<P2Basis, dim, field_type>::energyNormSquared(p2NodalBasis,predXNodal_[grid], *localStiffness);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment