Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. May 29, 2018
  2. May 24, 2018
  3. May 23, 2018
  4. May 22, 2018
  5. May 21, 2018
    • Edward Brown's avatar
      Fixed bug with FindSubtreeRoots and ExtractSubtree. · ac221042
      Edward Brown authored
      Both algorithms would return non-empty optionals for tree selections
      where a subtree with a root at greater depth came before a subtree
      with a root at a lesser depth. Such as
      
      [0, 0]
      [0, 0, 0]
      [0, 0, 1]
      [1]
      [1, 0]
      [1, 1]
      [1, 2]
      
      This should not be the case as the expected behaviour for these
      cases is ambiguous.
      
      This commit fixes this behaviour for both algorithms and adds
      unit tests for the above case.
      
      Re #22263
      ac221042
    • Edward Brown's avatar
      Made enableFiltering a private method. · fcbf18d7
      Edward Brown authored
      Refs #22263
      fcbf18d7
  6. May 16, 2018
  7. May 15, 2018
  8. May 14, 2018
  9. May 11, 2018
  10. May 10, 2018
Loading