Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 19, 2015
  2. Oct 09, 2015
  3. Oct 05, 2015
  4. Sep 24, 2015
  5. Sep 21, 2015
  6. Sep 11, 2015
    • Owen Arnold's avatar
      refs #12832. Work on persistance aspects. · 4a1381fc
      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)
      4a1381fc
  7. Aug 30, 2015
  8. Jun 30, 2015
    • Simon Heybrock's avatar
      Re #12687 Added clone() to Workspaces. Retaining old behavior. · 3231d87b
      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.
      3231d87b
  9. May 14, 2015
  10. May 07, 2015
  11. Mar 03, 2015
  12. Feb 09, 2015
  13. Dec 16, 2014
  14. May 09, 2014
  15. Apr 11, 2014
  16. Apr 10, 2014
    • Owen Arnold's avatar
      refs #9257. More performance work. · 24bb41c4
      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!
      24bb41c4
  17. Jun 10, 2013
  18. Feb 15, 2013
  19. Jan 15, 2013
  20. Jan 14, 2013
    • Owen Arnold's avatar
      refs #6351. API changes. · de5023fd
      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.
      de5023fd
  21. Nov 09, 2012
    • Alex Buts's avatar
      refs #6103 Fixing unix warning · 071c1642
      Alex Buts authored
      these warnings have nothing to do with the ticket but the ticket caused large rebuild which let these warnings happens.
      071c1642
  22. Oct 26, 2012
  23. Oct 24, 2012
  24. May 17, 2012
  25. May 16, 2012
  26. Mar 21, 2012
  27. Mar 06, 2012
  28. Mar 05, 2012
  29. Mar 01, 2012
  30. Feb 28, 2012
  31. Feb 13, 2012
Loading