Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 06, 2018
  2. Oct 05, 2015
  3. Dec 16, 2014
  4. Jul 09, 2013
    • Keith Brown's avatar
      Changed checkSizeCompatiblity to std::string to aid error usefulness · 2ffcc5c5
      Keith Brown authored
      BinaryOperation::checkSizeCompatiblity and overridden versions in child
      classes have been changed to return std::string rather than bool so that a
      useful error message can be passed back down the call stack before finally
      being used in throwing std::invalid_argument in BinaryOperation::checkCompatibility.
      A return of true is now a return of "" (empty string). A return of false is
      now a string of length 1 or more containing an error about why the
      algorithm couldn't complete. Functions that used the bool return before
      have been changed to use checkSizeCompatiblity(lhs,rhs).empty as that is
      the equivelent of the old boolean return.
      Removed a load of commented-out code from Multiply.cpp.
      Indented WeightedMean.cpp and WeightedMean.h as per the guidelines.
      
      Refs #4489
      2ffcc5c5
  5. Jan 28, 2011
  6. Jan 12, 2011
  7. Dec 29, 2010
  8. May 14, 2010
  9. Oct 16, 2009
  10. Jul 03, 2009
    • Nick Draper's avatar
      re #720 · 25313716
      Nick Draper authored
      Remove redundant loggers from Algorithms project
      25313716
  11. Mar 24, 2009
  12. Mar 20, 2009
  13. Jan 16, 2009
  14. Oct 06, 2008
  15. Sep 24, 2008
  16. May 16, 2008
  17. Apr 28, 2008
  18. Mar 03, 2008
    • Nick Draper's avatar
      re #88 · 018e8c09
      Nick Draper authored
      Rename tripleiterator to WorkspaceIterator
      018e8c09
  19. Jan 25, 2008
  20. Jan 23, 2008
Loading