Skip to content

vtkArcGridActorPrivate.cxx: vector reserve to vector reserve and init

Colin requested to merge ctaylo41/vtk:fixreserve into master

on line 85 there is an error when tests are run with libc++ hardness mode with the debug setting on line 82 we reserve space for the vector this does not change n though so when we access it on line 85 there is an error n=0, to fix this we reserve and initalize the vector

Merge request reports

Loading