IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bb6fb133 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

revert to pointer-to-const

parent 94ef093c
No related branches found
No related tags found
1 merge request!617Implement addChildToContainingNode for geometry building
Pipeline #13263 passed
......@@ -83,7 +83,7 @@ namespace corsika {
private:
std::vector<VTNUPtr> childNodes_;
std::vector<VTN_type*> excludedNodes_;
std::vector<VTN_type const*> excludedNodes_;
VTN_type const* parentNode_ = nullptr;
VolUPtr geoVolume_;
IMPSharedPtr modelProperties_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment