Skip to content

Commit

Permalink
Fixed vecgeom shape parameters printout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheata authored and agheata committed Apr 11, 2016
1 parent 14078b1 commit 43bd565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geom/vecgeom/inc/TGeoVGShape.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class TGeoVGShape : public TGeoBBox
virtual Bool_t IsReflected() const { return ( fShape->IsReflected() ); }
virtual Bool_t IsValidBox() const { return ( fShape->IsValidBox() ); }
virtual Bool_t IsVecGeom() const {return kTRUE;}
virtual void InspectShape() const { return ( fVGShape->GetUnplacedVolume()->Print() ); }
virtual void InspectShape() const { fVGShape->GetUnplacedVolume()->Print(); printf("\n"); }
virtual TBuffer3D *MakeBuffer3D() const { return ( fShape->MakeBuffer3D() );}
virtual void Paint(Option_t *option="") { fShape->Paint(option); }
virtual void SetDimensions(Double_t *param) { fShape->SetDimensions(param); }
Expand Down

0 comments on commit 43bd565

Please sign in to comment.