Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Dec 11, 2017
  2. Oct 31, 2017
  3. Oct 10, 2017
  4. Mar 13, 2017
  5. Jan 31, 2017
  6. Jan 26, 2017
  7. Nov 08, 2016
  8. Oct 27, 2016
  9. Oct 04, 2016
  10. Aug 31, 2016
  11. Jul 19, 2016
  12. Jun 07, 2016
  13. Jun 06, 2016
  14. May 30, 2016
  15. May 24, 2016
  16. May 04, 2016
  17. Apr 21, 2016
  18. Feb 14, 2016
  19. Nov 10, 2015
    • Tom Perkins's avatar
      Re #12247 Change error messages on TypedValue casts · fd68c636
      Tom Perkins authored
      When IPropertyManager::getValue fails to assign the property to the
      specified type, a runtime_error is raised. Changed the error messages in
      all (specific) cases to specify exactly what type it was expecting,
      i.e. (const) shared_ptr<X> not just X or const X.
      fd68c636
  20. Nov 06, 2015
  21. Nov 05, 2015
  22. Oct 05, 2015
  23. Jun 30, 2015
  24. Dec 16, 2014
  25. Mar 18, 2014
  26. Mar 03, 2014
  27. May 07, 2012
  28. Dec 29, 2011
  29. Jul 15, 2011
  30. Jul 08, 2011
    • Janik Zikovsky's avatar
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and... · 0c5e87e9
      Janik Zikovsky authored
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum.
      - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly.
      - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily.
      - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum()
      - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData()
      - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace.
      - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
      
      
      
      0c5e87e9
  31. Jun 01, 2011
  32. May 12, 2011
  33. Mar 30, 2011
Loading