From b4855413132c74eec53b5c84c8e5ce0f40415eb6 Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Wed, 3 Dec 2008 10:06:02 +0000 Subject: [PATCH] * again changed heat example --- demo/src/heat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/heat.cc b/demo/src/heat.cc index e7216a4a..72aacec8 100644 --- a/demo/src/heat.cc +++ b/demo/src/heat.cc @@ -99,7 +99,7 @@ public: /** \brief * Used by \ref problemInitial to solve the system of the initial problem */ - void solve(AdaptInfo *adaptInfo, bool) { + void solve(AdaptInfo *adaptInfo) { problemStat->getSolution()->interpol(exactSolution); } -- GitLab