This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jun 07, 2016
-
-
Hahn, Steven authored
-
- Feb 22, 2016
-
-
Tom Perkins authored
re #15289
-
- Feb 11, 2016
-
-
Federico Montesino Pouzols authored
-
- Dec 11, 2015
-
-
Lamar Moore authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Nov 11, 2014
-
-
Lottie Greenwood authored
-
Lottie Greenwood authored
-
- Mar 21, 2014
-
-
Gigg, Martyn Anthony authored
Just use the base-algorithm class logger. Refs #8960
-
- Mar 20, 2014
-
-
Keith Brown authored
Added Doxygen documentation to the classes
-
Keith Brown authored
Added copyright info to the three classes. Fixed a Gcc warning pertaining to an unused parameter Fixed a Cppcheck warning pertaining to an over-scoped variable
-
- Mar 19, 2014
-
-
Keith Brown authored
m_sep is no more, replaced totally by the virtual function sep() The data writing function has been refactored as that was a lot of redundant code.
-
- Mar 14, 2014
-
-
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
-
- Mar 10, 2014
-
-
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
-
- Feb 19, 2014
-
-
Keith Brown authored
The vector is now initialised and alocated in one go, which should eb much more efficent. Many variables have been renamed, before now they were using the same names as they did in Max's code
-
- Feb 18, 2014
-
-
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.
-
- Feb 13, 2014
-
-
Keith Brown authored
Nan and inf values are checked for and output in a constant format. (hopefully across platforms)
-
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.
-
Keith Brown authored
The algorithm is being renamed, files have been renamed
-
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.
-
- Feb 12, 2014
-
-
Keith Brown authored
The ofstream is now checked to see if it was able to open the file.
-
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
-
- Feb 11, 2014
-
-
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
-