This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Dec 11, 2017
-
-
Simon Heybrock authored
-
- Oct 31, 2017
-
-
Karl Palmen authored
Merge to ensure CrystalFieldFunction is available and up to date.
-
- Oct 10, 2017
-
-
Simon Heybrock authored
-
- Mar 13, 2017
-
-
Simon Heybrock authored
Mechanism similar to what we do for SpectrumDefinitions in Beamline::SpectrumInfo.
-
- Jan 31, 2017
-
-
Simon Heybrock authored
-
- Jan 26, 2017
-
-
Simon Heybrock authored
This reverts commit d07e2dcc.
-
Simon Heybrock authored
-
Simon Heybrock authored
-
- Nov 08, 2016
-
-
Dimitar Tasev authored
-
- Oct 27, 2016
-
-
Simon Heybrock authored
-
- Oct 04, 2016
-
-
Simon Heybrock authored
-
- Aug 31, 2016
-
-
Simon Heybrock authored
-
- Jul 19, 2016
-
-
Raquel Alvarez Banos authored
-
- Jun 07, 2016
-
-
Anton Piccardo-Selg authored
-
- Jun 06, 2016
-
-
Anton Piccardo-Selg authored
-
- May 30, 2016
-
-
Simon Heybrock authored
-
Simon Heybrock authored
-
- May 24, 2016
-
-
Simon Heybrock authored
-
Simon Heybrock authored
-
Simon Heybrock authored
-
- May 04, 2016
-
-
Ian Bush authored
-
- Apr 21, 2016
-
-
Ian Bush authored
-
- Feb 14, 2016
-
-
Hahn, Steven authored
-
- Nov 10, 2015
-
-
Tom Perkins authored
When IPropertyManager::getValue fails to assign the property to the specified type, a runtime_error is raised. Changed the error messages in all (specific) cases to specify exactly what type it was expecting, i.e. (const) shared_ptr<X> not just X or const X.
-
- Nov 06, 2015
-
-
Tom Perkins authored
-
- Nov 05, 2015
-
-
Tom Perkins authored
-
Tom Perkins authored
IPropertyManager::getValue has specialisations for shared_ptr<T>and const shared_ptr<T> for most types. The only missing ones were IFunction, TableWorkspace and WorkspaceSingleValue, and these have been added.
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 30, 2015
-
-
Simon Heybrock authored
-
Simon Heybrock authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Mar 03, 2014
-
-
Gigg, Martyn Anthony authored
Refs #8983
-
- May 07, 2012
-
-
Janik Zikovsky authored
-
- Dec 29, 2011
-
-
Michael Reuter authored
-
- Jul 15, 2011
-
-
Russell Taylor authored
Rename ISpectrum::maskSpectrum() to clearData() and remove option to set histogram data to a value other than zero as it was an inconsistency. Re #3378.
-
- Jul 08, 2011
-
-
Janik Zikovsky authored
- Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum. - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly. - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily. - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum() - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData() - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace. - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
-
- Jun 01, 2011
-
-
Russell Taylor authored
Dx is stored in memory, but at no cost unless it's used. Re #2796.
-
- May 12, 2011
-
-
Peterson, Peter authored
-
- Mar 30, 2011
-
-
Janik Zikovsky authored
Refs #2751: Added stub for Fake MD data algorithm. Made properties report the type they expected when you give the wrong value.
-