Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModelCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GeoModelDev
GeoModelCore
Commits
d14a90c7
Commit
d14a90c7
authored
5 years ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Patches
Plain Diff
fix typo in docs
parent
15b8759a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!9
Fix friend classes persistification and concurrent access to add() method
Pipeline
#1643279
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelKernel/GeoModelKernel/GeoVPhysVol.h
+1
-1
1 addition, 1 deletion
GeoModelKernel/GeoModelKernel/GeoVPhysVol.h
with
1 addition
and
1 deletion
GeoModelKernel/GeoModelKernel/GeoVPhysVol.h
+
1
−
1
View file @
d14a90c7
...
...
@@ -71,7 +71,7 @@ class GeoVPhysVol : public GeoGraphNode
/// When a node is added to a parent in the graph, the node is always notified.
/// What happens at that time is up to the node. Most nodes do not need to do
/// anything. Some--the alignable transforms in particular--need to take some
///
take some
actions, such as adding the parent volume to a list.
/// actions, such as adding the parent volume to a list.
virtual
void
dockTo
(
GeoVPhysVol
*
parent
);
/// Returns the id of the child.
...
...
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