Skip to content
Snippets Groups Projects
user avatar
Tom Perkins authored
The xxxLoadingPresenter objects take a raw pointer to a view in their
constructor, and then delete it in their destructor. This is confusing
to the caller. Replace the raw pointer with a unique_ptr - the presenters
now take ownership of a unique_ptr and this is much clearer. Updated all
calls in VatesAPI and tests.
2290a52d
History

Mantid

The Mantid project provides a framework that supports high-performance computing and visualisation of scientific data. Mantid has been created to manipulate and analyse Neutron and Muon scattering data, but could be applied to many other techniques. The framework is open source and supported on multiple target platforms (Windows, Linux, Mac OS X).

Useful links

Build Status Coverage Status Coverity Scan Build Status