Skip to content

[VECGEOM-382] Fixed a warning when reading generic trapezoids from GDML.

Mihaela Gheata requested to merge mgheata/vecgeom-382 into master

The warning was put there not to forget that calling this setter without calling the Initialize function is not supposed to work. To be checked that calling sequence in the gdml reader is valid (calls also the Initialize function)

Merge request reports