Skip to content
Snippets Groups Projects
Commit a4cb5563 authored by alkaemper's avatar alkaemper
Browse files

include unitcube2d.dgf in problem-ball

parent 28789029
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ struct BallData
else if ( problem_ == 3 )
dgfFileName << path << "/dgf/cube_hc_32768.dgf";
else
dgfFileName << path << "/dgf/unitcube3d.dgf";
dgfFileName << path << "/dgf/unitcube" << dimDomain << "d.dgf";
return dgfFileName.str();
}
......
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