From 1974359bbe70ed35a0af866dafd579fc21bb4216 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch Date: Fri, 29 Jul 2011 14:51:13 +0000 Subject: [PATCH] fixed compiler errors due to changed temperature signature --- examples/tutorialproblem_coupled.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index 77149bef2..33863a0c1 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -161,9 +161,7 @@ public: // Return the temperature within a finite volume. We use constant // 10 degrees Celsius. - Scalar temperature(const Element &element, - const FVElementGeometry &fvElemGeom, - int scvIdx) const + Scalar temperature() const { return 283.15; }; // Specifies which kind of boundary condition should be used for