We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285eeb1 commit 0fe0345Copy full SHA for 0fe0345
Sofa/framework/Simulation/Graph/test/Simulation_test.cpp
@@ -90,7 +90,6 @@ struct Scene_test: public NumericTest<SReal>
90
x[2] = type::Vec3(0,1,0);
91
x[3] = type::Vec3(0,0,1);
92
type::Vec3 expectedMin(0,0,0), expectedMax(1,1,1);
93
- DOF->showObject.setValue(true); // bbox is updated only for drawn MO
94
95
// end create scene
96
//*********
0 commit comments