Skip to content
Snippets Groups Projects
Commit d704656a authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Andre Sailer
Browse files

fix: test_shapes Polycone with ordered z-planes

parent cb7bb110
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ int main(int /* argc */, char** /* argv */ ){
// add single plane with addZPlanes
dd4hep::Polycone polycone(0, 2*M_PI, {0, 0}, {1, 1}, {0, 1});
polycone.addZPlanes({0}, {1}, {0.5});
polycone.addZPlanes({0}, {1}, {2});
// --------------------------------------------------------------------
}
......
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