This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 25, 2018
-
-
WHITFIELDRE email authored
Moved code from FindPeaksMD into new method on Goniometer. Then added option onto peaks workspace.
-
- Apr 17, 2018
-
-
Owen Arnold authored
-
Owen Arnold authored
No need for exclusion ranges, so code is cleaner. There is however now recursion, so performance will need to be tracked.
-
- Mar 27, 2018
-
-
Lamar Moore authored
-
- Mar 26, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
- Mar 19, 2018
-
-
Lynch, Vickie authored
-
Lamar Moore authored
-
- Mar 15, 2018
-
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
These fixes were not applied by clang-tidy because they are either inside a macro, not included by any source files or conditionally compiled on a condition which is false on my OS. They were found using grep -rnI '^[^/#*]*typedef' Framework/
-
PredictFractionalPeaks was using a new raytracer for every peak it created and therefore throwing away the caching information about the bounding boxs of detectors / panels causing a huge slow down. Resolved by exposing the findDetector(raytracer) overload to IPeaks and using single raytracer for all calls. Work also include small refactor for const autos Refs #22060
-
Edward Brown authored
-
- Mar 14, 2018
-
-
Edward Brown authored
-
Hahn, Steven authored
-
- Mar 13, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-
Lamar Moore authored
-
- Mar 11, 2018
-
-
Martyn Gigg authored
Use delegating constructors to remove common init and remove duplicate check for up and beam direction being the same.
-
- Mar 07, 2018
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- Mar 06, 2018
-
-
Lamar Moore authored
-
Lamar Moore authored
-