Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jun 07, 2016
  2. Feb 22, 2016
  3. Feb 11, 2016
  4. Dec 11, 2015
  5. Oct 05, 2015
  6. Dec 16, 2014
  7. Nov 11, 2014
  8. Mar 21, 2014
  9. Mar 20, 2014
  10. Mar 19, 2014
  11. Mar 14, 2014
    • Keith Brown's avatar
      Refs #8960 ILL Cosmos and ANSTO now inherit from a new base class · 66f56598
      Keith Brown authored
      AsciiPointBase is a new class that contains the base functionality for the ILL Cosmos and ANSTO save routines. It holds the data writing, value checking and property declaring functionality and if any extra functionality is required theres a couple of spots to add it as overridden methods.
      
      Unused headers left over have been removed
      66f56598
  12. Mar 10, 2014
    • Keith Brown's avatar
      Refs #8958 Added wiki information · 0bf86f34
      Keith Brown authored
      Added some wiki information. Basically enough to show that this is a specific-use save algorithm as well as explicitly mentioning that the result is not meant to be loaded back into mantid
      0bf86f34
  13. Feb 19, 2014
  14. Feb 18, 2014
    • Keith Brown's avatar
      Refs #8958 Forgot an include · 9f1f7340
      Keith Brown authored
      When i added the boost::math functions i forgot to add the inlcude. Windows didn't seem to care as it was apprently in a precompiled header.
      9f1f7340
  15. Feb 13, 2014
    • Keith Brown's avatar
      Refs #8958 checks and outputs nan and inf consistently · 94bd6e91
      Keith Brown authored
      Nan and inf values are checked for and output in a constant format. (hopefully across platforms)
      94bd6e91
    • Keith Brown's avatar
      Refs #8958 Renamed and refactored · 941feb56
      Keith Brown authored
      The aglorithm has no been fully renamed from SaveANSTO to SaveANSTOAscii.
      
      The test has also been heavily refactored to strip out some duplication, re-implement some parts in a way i've been advised to do and changed the testing to a better more strict way.
      
      Windows now catches that nan that linux caught, as it was the way the stream opperator worked.
      941feb56
    • Keith Brown's avatar
      Refs #8958 Renamed algorithm files · 7eb694f9
      Keith Brown authored
      The algorithm is being renamed, files have been renamed
      7eb694f9
    • Keith Brown's avatar
      Refs #8958 Sorted complier warnings · 197fc5c0
      Keith Brown authored
      there were a couple of "comparison between signed and unsigned int" warnings.
      
      I also changed a couple of autos to const references of thier actual types on martyn's suggestion.
      197fc5c0
  16. Feb 12, 2014
    • Keith Brown's avatar
      refs #8958 added a file check · 934c5b44
      Keith Brown authored
      The ofstream is now checked to see if it was able to open the file.
      934c5b44
    • Keith Brown's avatar
      Refs #8958 Save Algorithm Written · 357a8e4a
      Keith Brown authored
      The algorithm outputs the same data as the python script wiht the exception of inf and nan where it prints them in a different form.
      
      Owen has said that it should be ok and we'll get the scientists to check
      357a8e4a
  17. Feb 11, 2014
    • Keith Brown's avatar
      Refs #8958 Initial Files Created · b922bc4f
      Keith Brown authored
      Created the cpp, h and test.h for SaveANSTO and added them to the list.
      
      The files contain a skeleton which allows the project to build but they'll not do anything
      b922bc4f
Loading