Skip to content
Snippets Groups Projects
Commit a284008d authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

patch 5974 (don't use deprecated method subIndex with member template...

patch 5974 (don't use deprecated method subIndex with member template parameter) merged from the trunk

[[Imported from SVN: r10446]]
parent c837efce
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ void OneBodyAssembler<GridType,DiscFuncType>::computeContactDofs()
for (int i=0; i<n; i++) {
int faceIdxi = refElement.subEntity(nIt->indexInInside(), 1, i, dim);
int globalIdx = indexSet.template subIndex<dim>(*eIt,faceIdxi);
int globalIdx = indexSet.subIndex(*eIt,faceIdxi,dim);
// ///////////////////////////////////////////////////////////////
// A vertex v gets an obstacle if it is on the grid boundary and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment