Fixed Rivet::Analysis pointer in GenTune
Changed the type of the pointer to auto
(actually it is std::unique_ptr<Rivet::Analysis>
) and remove the explicit delete
(should not be required here for an std::unique_ptr
).
Changed the type of the pointer to auto
(actually it is std::unique_ptr<Rivet::Analysis>
) and remove the explicit delete
(should not be required here for an std::unique_ptr
).