This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 03, 2018
-
-
Lamar Moore authored
-
- Sep 19, 2018
-
-
Lamar Moore authored
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Sep 04, 2017
-
-
Karl Palmen authored
-
- Jun 30, 2017
-
-
Owen Arnold authored
-
- Jun 29, 2017
-
-
Owen Arnold authored
-
- Feb 17, 2017
-
-
Simon Heybrock authored
This is probably irrelevant in praxis, but the unit test of DirectEnergyConversion fails if we do not do this. There is no instrument that uses RectangularDetector and DirectEnergyConversion.
-
- Feb 16, 2017
-
-
Simon Heybrock authored
-
- Aug 29, 2016
-
-
Jan Burle authored
-
- Aug 24, 2016
-
-
Hahn, Steven authored
-
- Jul 25, 2016
-
-
Lynch, Vickie authored
-
- Jul 07, 2016
-
-
Hahn, Steven authored
-
- Feb 22, 2016
-
-
Tom Perkins authored
re #15289
-
- Jan 16, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Sep 16, 2015
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 28, 2014
-
-
Nick Draper authored
-
- Mar 04, 2013
-
-
Gesner Passos authored
MultiplyRange, MoveInstrumentComponent re #6485
-
- Jan 02, 2013
-
-
Nick Draper authored
-
Gigg, Martyn Anthony authored
This reverts commit 21f52c67 and fixes it.
-
- Dec 22, 2012
-
-
Gigg, Martyn Anthony authored
This reverts commit ed408067 and fixes the system tests until further investigation of the failure (and also why the unittests passed!).
-
- Dec 21, 2012
-
-
Gigg, Martyn Anthony authored
Replaces copy-and-pasted code.
-
- Sep 06, 2012
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Aug 16, 2012
-
-
Gigg, Martyn Anthony authored
A detector retrieved before the Move/Rotate can then see the updated parameters without retrieval.
-
- Nov 22, 2011
-
-
Janik Zikovsky authored
Note to testers: Use the ResizeRectangularDetector algorithm to change the X/Y size of a bank. Try ray-tracing to it (e.g. peak finding or RayTracerTester). It should look scaled in the instrument view.
-
- Oct 25, 2011
-
-
Janik Zikovsky authored
Refs #3984 Took the wiki description from every algorithm's wiki page and placed it in a comment in the CPP file (instead of the header file).
-
- Sep 29, 2011
-
-
Karl Palmen authored
Removed functions findByName and findByID from the MoveInstrumentComponent and RotateInstrumentComponent and replace calls of them by appropriate member functions of instrument. re #3709
-
- Sep 14, 2011
-
-
Russell Taylor authored
Continue obsession with const: ExperimentInfo(MatrixWorkspace)::getInstrument now returns a const instrument. Re #1944.
-
- Aug 18, 2011
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- Apr 01, 2011
-
-
Lynch, Vickie authored
-
- Mar 02, 2011
-
-
Janik Zikovsky authored
Refs #2572: Added an initDocs() for all algorithms that sets the summary string to display in the dialog, as well as the wiki summary for possible later auto-wiki-fication of documentation.
-
- Mar 01, 2011
-
-
Janik Zikovsky authored
Refs #2572: Ran into issue with un-escaped characters that my compiler did not catch. Commented out all optional messages until I can fix it.
-
Janik Zikovsky authored
-
- Jan 28, 2011
-
-
Gigg, Martyn Anthony authored
Fix for problems with keeping position and rotations parameters in sync with the ParameterMap's cache when they are set in isolation to the ParameterMap. Now, set can only be called by the ParameterMap and all changes to parameters, whether addition/replacement should use the addV3D, addDouble etc members of the ParameterMap. Re #2276
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Nov 10, 2010
-
-
Janik Zikovsky authored
Refs #1884: Merging branch into trunk. Several classes in Geometry were removed in order to simplify parametrized components. ParDetector, ParObjComponent, etc. are now handled in the same class.
-