Skip to content

fix for ACTS-268: ConeBounds could not be instantiated

Shaun Roe requested to merge ACTS-268_fix_ConeBounds_instantiation into master

ConeBounds contained a private member hiding a baseclass protected data member and which remained uninitialised, causing run time error upon instantiation. This commit fixes that, and also converts use of 'at' vector element accessors to simple bracket accessors.

Merge request reports