Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 05, 2015
  2. May 29, 2014
  3. Feb 22, 2012
  4. Jul 01, 2011
  5. Jun 22, 2011
  6. May 16, 2011
  7. Feb 14, 2011
  8. Jan 06, 2011
  9. Dec 29, 2010
  10. Aug 10, 2010
  11. Jul 07, 2010
    • Nick Draper's avatar
      re #1367 · 018ce438
      Nick Draper authored
      Added eventworkspaces to AddSampleLogTest and ChainedOperatorTest
      018ce438
  12. Jan 16, 2009
  13. May 19, 2008
    • Nick Draper's avatar
      re #108 · d84aa72e
      Nick Draper authored
      Workspace single value now works in +,-,*,/ and the relevant operator overloads
      d84aa72e
  14. Apr 25, 2008
  15. Apr 17, 2008
    • Dickon Champion's avatar
      re #110 · 742c7788
      Dickon Champion authored
      moved macro into Algorithm.h put AlgorithmFactory::subscribe back into .h, extra test errors removed
      742c7788
  16. Feb 22, 2008
  17. Jan 23, 2008
    • Nick Draper's avatar
      re #75 · c945ce7e
      Nick Draper authored
      Altered Plus, Minus, Multiply and Divide to inherit from BinaryOperation and CommutativeBinaryOperation.  BinaryOpHelper has been removed.
      Triple Iterator can now loop iterate in both orientations (although this has imposed a small (<10%) performance hit.
      The operations can now add heterogenous workspaces in both orientations.
      c945ce7e
  18. Jan 21, 2008
    • Nick Draper's avatar
      re #75 · 250cf852
      Nick Draper authored
      This should even be possible (This is now tested!)
      Worskspace_sptr wsResult = (ws1+ws2)/(ws1-ws2);
      250cf852
Loading