From 30349874834599f4248f885f0db8de5945dedf58 Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Tue, 21 Dec 2010 10:18:25 +0000 Subject: [PATCH] Fixed sphere example. --- demo/src/sphere.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/sphere.cc b/demo/src/sphere.cc index 142c9260..7713b8fa 100644 --- a/demo/src/sphere.cc +++ b/demo/src/sphere.cc @@ -37,7 +37,7 @@ int main(int argc, char* argv[]) // ===== create projection ===== WorldVector<double> ballCenter; ballCenter.set(0.0); - new BallProject(1, BOUNDARY_PROJECTION, ballCenter, 1.0); + new BallProject(1, VOLUME_PROJECTION, ballCenter, 1.0); // ===== create and init the scalar problem ===== ProblemScal sphere("sphere"); -- GitLab