Skip to content
Snippets Groups Projects
Commit 19f408ac authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed typo

parent fa110ba6
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ PolyhedraRegular::PolyhedraRegular(int nsides, double rmin, double rmax, double ...@@ -263,7 +263,7 @@ PolyhedraRegular::PolyhedraRegular(int nsides, double rmin, double rmax, double
/// Constructor to be used when creating a new object /// Constructor to be used when creating a new object
PolyhedraRegular::PolyhedraRegular(int nsides, double phistart, double rmin, double rmax, double zlen) { PolyhedraRegular::PolyhedraRegular(int nsides, double phistart, double rmin, double rmax, double zlen) {
_create("", nsides, rmin, rmax, zlen / 2, -zlen / 2, phistarti/dd4hep::deg, 360.); _create("", nsides, rmin, rmax, zlen / 2, -zlen / 2, phistart/dd4hep::deg, 360.);
} }
/// Constructor to be used when creating a new object /// Constructor to be used when creating a new object
......
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