Fix problem when chaining CoordinateSystem transformations
Right now, one-line chaining leads to dangling pointers and crashes.
IAP GITLAB
Right now, one-line chaining leads to dangling pointers and crashes.
added Bug label
changed title from Add option to more naturally chain CoordinateSystem to Fix problem when chaining CoordinateSystem transformations
assigned to @mreininghaus
changed milestone to %Full physics demonstratror
This was fixed by introducing shared_ptr but this now contributes to the fact that shared_pointer copying became a ~10% task in corsika.
closed