From 84418b6e7760dc3305903c64e4989db8c6ca9dee Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 3 Sep 2013 16:30:33 +0000 Subject: [PATCH] Make compile again [[Imported from SVN: r9439]] --- rod-eoc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rod-eoc.cc b/rod-eoc.cc index a931be3f..b8366a03 100644 --- a/rod-eoc.cc +++ b/rod-eoc.cc @@ -210,7 +210,7 @@ int main (int argc, char *argv[]) try // Prolong solution to the very finest grid for (int j=i; j<numLevels; j++) - geodesicFEFunctionAdaptor(grid, solution); + GeodesicFEFunctionAdaptor<FEBasis,TargetSpace>::geodesicFEFunctionAdaptor(grid, solution); std::stringstream numberAsAscii; numberAsAscii << i; -- GitLab