This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 19, 2015
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- Oct 09, 2015
-
-
Anton Piccardo-Selg authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Sep 24, 2015
-
-
Anton Piccardo-Selg authored
-
- Sep 21, 2015
-
-
Owen Arnold authored
-
- Sep 11, 2015
-
-
Owen Arnold authored
1) MDHistoWorkspace now has a member for the display normalization. This can be set via the constructor. 2) SaveMD saves this bespoke display normalization setting from the mdhistoworkspace 3) LoadMD algorithms look for this setting in the nxs format and will try to apply it to loaded MDHistoWorkspace 4) Added fields to the MDEventWorkspace to accept the normalization to pass on to susequent MDHistoWorkspaces (But not yet writing or reading this in the nxs formats)
-
- Aug 30, 2015
-
-
Owen Arnold authored
-
- Jun 30, 2015
-
-
Simon Heybrock authored
Added non-virtual clone() interface with a virtual private doClone() method to Workspace and derived classes. Workspaces that had a clone() method before were adapted to have a common interface everywhere. In cases where there was no clone() method previously we simply throw an error for now, until this new functionality is implemented. Some tests/mocks had to be adapted since there there is a pure virtual doClone() in all abstract classes. Do to smart pointer incompatibilities (mainly due to old boost versions) we had do extract the raw pointer from the unique_ptr returned by clone and put it into a boost::shared_ptr manually, in some cases. See also issue 12949.
-
- May 14, 2015
-
-
Owen Arnold authored
-
- May 07, 2015
-
-
Roman Tolchenov authored
-
- Mar 03, 2015
-
-
Gigg, Martyn Anthony authored
Refs #11209
-
Gigg, Martyn Anthony authored
Currently nothing will compile. Refs #11209
-
- Feb 09, 2015
-
-
Owen Arnold authored
Since we have put PeakShape in Geometry, SpecialCoordinateSystem must be moved to the Kernel package out of API.
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- May 09, 2014
-
-
Owen Arnold authored
-
- Apr 11, 2014
-
-
Owen Arnold authored
-
- Apr 10, 2014
-
-
Owen Arnold authored
Also start fixing a bug whereby the cluster offsets can become larger than the range of an integer. This has been partially fixed by better calculating the number of possible clusters that could exist. The full fix should be to also change the type of m_id in DisjointElement from int to size_t! Another issue that is being worked on here is a faster clone of the MDWorkspace. We only care about it's shape, so we just need something the right size to start putting data into!
-
- Jun 10, 2013
-
-
Owen Arnold authored
-
- Feb 15, 2013
-
-
Owen Arnold authored
-
- Jan 15, 2013
-
-
Owen Arnold authored
-
- Jan 14, 2013
-
-
Owen Arnold authored
Add new method on IMDWorkspace to get any special coordinate system settings. On concrete implementations add setters. Add tests for setters and default values.
-
- Nov 09, 2012
-
-
Alex Buts authored
these warnings have nothing to do with the ticket but the ticket caused large rebuild which let these warnings happens.
-
- Oct 26, 2012
- Oct 24, 2012
-
-
Alex Buts authored
and some code rearrangement.
-
- May 17, 2012
-
-
Janik Zikovsky authored
that had been accidentally hidden by a non-virtual destructor. The MDImplicitFunction was being shared by several objects and deleted several times.
-
- May 16, 2012
-
-
Janik Zikovsky authored
Refs #5319: history in SaveMD and LoadMD.
-
- Mar 21, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
and started tests
-
- Mar 06, 2012
-
-
Owen Arnold authored
-
- Mar 05, 2012
-
-
Owen Arnold authored
-
- Mar 01, 2012
-
-
Owen Arnold authored
-
Owen Arnold authored
New algorithm can call this with a Composite Implicit function. Responsibility of the algorithm to generate the CIF correctly from the user inputs.
-
- Feb 28, 2012
-
-
Gigg, Martyn Anthony authored
The framework should be mostly clear of cppcheck errors now.
-
Owen Arnold authored
-
- Feb 13, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Because that is more readable
-