Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
GeoModel
Commits
00909f63
Commit
00909f63
authored
1 year ago
by
Johannes Junggeburth
Browse files
Options
Downloads
Patches
Plain Diff
GeoVPhysVol - Use GeoIntrusivePtr
parent
77560826
No related branches found
No related tags found
1 merge request
!228
GeoPhysVol / GeoFullPhysVol - Pointer managment clean up
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h
+0
-2
0 additions, 2 deletions
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h
with
0 additions
and
2 deletions
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoVPhysVol.h
+
0
−
2
View file @
00909f63
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment