You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Delete unnecessary virtual destructors.
* Fixes for ImportMDHistoWorkspaceBase
The member variable nbins is unused, and was shadowed inside a method.
Also made some variables in that method const.
* AlgorithmDialog missing const in a few places
* Fix some return by reference in FitPropertyBrowser
* Fix several passedByValue Cppcheck warnings
* Further Cppcheck fixes
0 commit comments