Skip to content
Snippets Groups Projects
Commit 00909f63 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

GeoVPhysVol - Use GeoIntrusivePtr

parent 77560826
No related branches found
No related tags found
1 merge request!228GeoPhysVol / GeoFullPhysVol - Pointer managment clean up
...@@ -27,8 +27,6 @@ class GeoVPhysVol : public GeoGraphNode ...@@ -27,8 +27,6 @@ class GeoVPhysVol : public GeoGraphNode
public: public:
GeoVPhysVol(const GeoLogVol* LogVol); GeoVPhysVol(const GeoLogVol* LogVol);
GeoVPhysVol(const GeoVPhysVol &right) = delete;
GeoVPhysVol & operator=(const GeoVPhysVol &right) = delete;
/// Returns true if the physical volume is accessed by more than one parent. /// Returns true if the physical volume is accessed by more than one parent.
/// Should check this before trusting the parent pointer. /// Should check this before trusting the parent pointer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment