IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 1ccdebe0 authored by Nikos Karastathis's avatar Nikos Karastathis :ocean: Committed by Maximilian Reininghaus
Browse files

this & causes a seg fault

parent 16cd9483
No related branches found
No related tags found
1 merge request!426Resolve "Cascade: Problems with Multiple Scattering (in combination with tracking)"
......@@ -100,7 +100,7 @@ namespace corsika {
// Where does it happen, here?
}
Point const& getPositionPre() const { return getParticlePre().getPosition(); }
Point const getPositionPre() const { return getParticlePre().getPosition(); }
Point getPositionPost() const {
Point const& pos_Pre = getPositionPre();
......
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