Skip to content
Snippets Groups Projects
Commit 30349874 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Fixed sphere example.

parent 205b4671
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment