PlaneLayer can not set an ApproachDescriptor (was ACTS-444)
Original author Fabian Klimpel @fklimpel
The constructor of PlaneLayer moves the unique_ptr surfaceArray to the constructor of Layer in the initialisation list. Inside the body of the constructor of PlaneLayer, an if-statement asks for surfaceArray and therefore the statement always evaluates as false.
Edited by Moritz Kiehn