Skip to content
Snippets Groups Projects
Commit 83a878ae authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #2012: Fix test.

parent bd779910
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ namespace ComponentCreationHelper
boost::shared_ptr<Instrument> testInst(new Instrument("basic_rect"));
const double cylRadius(0.004);
const double cylHeight(0.004);
const double cylHeight(0.0002);
// One object
Object_sptr pixelShape = ComponentCreationHelper::createCappedCylinder(cylRadius, cylHeight, V3D(0.0,-cylHeight/2.0,0.0), V3D(0.,1.0,0.), "pixel-shape");
......
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