Skip to content

Commit 03c6a59

Browse files
author
andreas.vogel
committed
Merge branch 'master' of https://github.com/UG4/ugcore
2 parents a61d4d4 + 7c5bb1f commit 03c6a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ugbase/lib_disc/function_spaces/local_transfer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ class CrouzeixRaviartElemTransfer
522522
vParentElem[p] = vElem[p];
523523

524524
// call prolongation
525-
prolongate<TSide>(vParentElem, vChildSide, vValueChild, vValueParent);
525+
this->template prolongate<TSide>(vParentElem, vChildSide, vValueChild, vValueParent);
526526
}
527527

528528
// b) prolongation from a element
@@ -544,7 +544,7 @@ class CrouzeixRaviartElemTransfer
544544
vParentElem[0] = parent;
545545

546546
// call prolongation
547-
prolongate<TSide>(vParentElem, vChildSide, vValueChild, vValueParent);
547+
this->template prolongate<TSide>(vParentElem, vChildSide, vValueChild, vValueParent);
548548
}
549549
};
550550

0 commit comments

Comments
 (0)