This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 14 Feb, 2016 1 commit
-
-
Federico Montesino Pouzols authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 16 Jul, 2015 6 commits
-
-
Matt King authored
-
Matt King authored
-
Matt King authored
Convert int to string in such a way that RHEL6/7 are happy with the conversion
-
Matt King authored
Changed from TS_ASSERT_EQUALS to TSM_ASSERT_EQUALS and involved the loop variant in the failure message to identify which Histogram produced the error.
-
Matt King authored
forgot to do this before formatting with clang
-
Matt King authored
Removed any redundant includes from ConvertToMatrixWorkspace.h. Changed any use of AnalysisDataService to use Mantid::API::Algorithm instead Reformatted using Clang format
-
- 14 Jul, 2015 2 commits
- 22 Feb, 2012 1 commit
-
-
Janik Zikovsky authored
by using the ADS::retrieveWS<Type>() method.
-
- 09 Dec, 2011 1 commit
-
-
Nick Draper authored
-
- 08 Jul, 2011 1 commit
-
-
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.
-
- 02 Feb, 2011 1 commit
-
-
Janik Zikovsky authored
Fixes #2091: equals() function for quickly comparing workspaces. == operator cannot be overloaded since it compares the shared pointers rather than the actual contents.
-
- 29 Dec, 2010 3 commits
-
-
Campbell, Stuart authored
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 10 Dec, 2010 1 commit
-
-
Campbell, Stuart authored
-
- 22 Sep, 2010 1 commit
-
-
Campbell, Stuart authored
-
- 09 Dec, 2009 1 commit
-
-
Russell Taylor authored
-