diff --git a/demo/src/sphere.cc b/demo/src/sphere.cc index 142c92600694e776c0fa3c232f2348fe87f07699..7713b8fa04f2ff49b4ed10dd9a0e511bbd9a7304 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");