This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 07 Apr, 2020 1 commit
-
-
In places other substitutions have been made, e.g Clang does not yet specialize std::shared_ptr for T[]. Vector has been used instead. The operator[] methods were incorrectly marked const but returning a non-const reference - this has been fixed. Refs #25842
-
- 02 Apr, 2020 1 commit
-
-
Peterson, Peter authored
-
- 25 Mar, 2020 1 commit
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- 20 Mar, 2020 1 commit
-
-
Danny Hindson authored
Add feature where an externally generated attenuation profile can be loaded into the material definition from a .DAT text file. This will override the normal exp(-alpha*thickness) calculation of the attenuation. The new feature was requested as part of the absorption calculation for the Pearl instrument where some parts of the environment are crystalline Found the lookup\interpolation on the loaded profile was slowing down the absorption Monte Carlo calculation. So improved performance of Kernel::Interpolation. Changed it to use vector of pairs instead of two separate vectors to reduce amount of navigation around vectors Considered adding feature into AttenuationProfile where I add any interpolated points into the override attenuation profile to prevent interpolation next iteration of Monte Carlo simulation. However wasn't convinced this was going to be thread-safe during the parallel part of the absorption calculation - may revisit this. While doing this investigation I fixed the following issues with the function Interpolation::AddPoint: a) it doesn't add the same point twice b) it reuses the lower_bound function rather than stepping through the vector sequentially I removed the exception from findIndexOfNextLargerValue because the end() iterator is a valid result if the x value supplied equals the last x value already in the vector. Could have left check in for begin() but didn't seem much point Finally - the interpolation outside the range is not v good. The data at the extremes is noisy so we end up extrapolating based on random gradient in extreme 2 points. Need to either fit or use more points to determine gradient
-
- 05 Mar, 2020 1 commit
-
-
David Fairbrother authored
Bumps span to the latest version and move the clone to configure time rather than build time
-
- 29 Oct, 2019 2 commits
-
-
Alice Russell authored
-
Alice Russell authored
-
- 22 Oct, 2019 3 commits
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Dependencies now go into Frameworks as seems to be done for other application bundles. This should bring us close to be able to sign the app bundle
-
Gigg, Martyn Anthony authored
Use macOS over OSX to refer to system. Remove old OSX version workarounds Refs #26261
-
- 10 Sep, 2019 1 commit
-
-
Martyn Gigg authored
The server has handled https for some time now.
-
- 04 Sep, 2019 1 commit
-
-
Moore authored
-
- 08 Jul, 2019 1 commit
-
-
Gigg, Martyn Anthony authored
It is unused as users how gone in a different direction with the project. Refs #26223
-
- 17 Jun, 2019 1 commit
-
-
Sam Jenkins authored
-
- 05 Jun, 2019 1 commit
-
-
Sam Jenkins authored
-
- 04 Jun, 2019 1 commit
-
-
Sam Jenkins authored
-
- 03 Jun, 2019 2 commits
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- 20 May, 2019 1 commit
-
-
Hahn, Steven authored
-
- 27 Mar, 2019 1 commit
-
-
SamJenkins1 authored
Co-Authored-By:
alicerussell1 <46603316+alicerussell1@users.noreply.github.com>
-
- 26 Mar, 2019 1 commit
-
-
Sam Jenkins authored
-
- 25 Mar, 2019 1 commit
-
-
Alice Russell authored
-
- 22 Feb, 2019 2 commits
-
-
LINJIAO email authored
-
LINJIAO email authored
-
- 10 Feb, 2019 1 commit
-
-
Martyn Gigg authored
If included then clang on Linux reports "incompatible ASan runtimes" on running the executables. This lets the -fsanitize flag handle everything, which seems to do the correct thing for gcc and clang.
-
- 08 Feb, 2019 2 commits
-
-
Gigg, Martyn Anthony authored
Converts a property object into a Json representation for serialization Refs #23988
-
Gigg, Martyn Anthony authored
It is able to decode a known set of types from JSON to the appropriate C++ type. Refs #23988
-
- 21 Jan, 2019 1 commit
-
-
Samuel Jackson authored
-
- 11 Dec, 2018 1 commit
-
-
Dimitar Tasev authored
-
- 27 Nov, 2018 1 commit
-
-
Gigg, Martyn Anthony authored
This is more standard and removes the possibililty of users to accidentally overriding the set of python paths required by many interfaces to start. The pythonscripts.directories config key is now empty by default and only adds directories on starting the framework.
-
- 23 Nov, 2018 1 commit
-
-
Sam Jenkins authored
-
- 28 Aug, 2018 1 commit
-
-
Owen Arnold authored
-
- 26 Jul, 2018 1 commit
-
-
Nick Draper authored
re #23102
-
- 25 Jun, 2018 2 commits
-
-
Bhuvan Bezawada authored
re #22553
-
Bhuvan Bezawada authored
re #22553
-
- 20 Jun, 2018 1 commit
-
-
Samuel Jackson authored
Add a MD workspace validator for checking that a MDWorkspace conforms to a particular frame (e.g. HKL, QLab, QSample...)
-
- 07 Jun, 2018 2 commits
-
-
Hahn, Steven authored
-
Samuel Jackson authored
Add a MD workspace validator for checking that a MDWorkspace conforms to a particular frame (e.g. HKL, QLab, QSample...)
-
- 22 Apr, 2018 1 commit
-
-
Martyn Gigg authored
This includes dragging the libcxx implementation of normal_distribution and uniform_int_distribution into our source. MSVC, clang and gcc don't agree on how this should be implemented leading to problems with comparing test results across platforms. Using a single implementation gives the same results on each platform.
-
- 09 Apr, 2018 1 commit
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Merge done to enable documentation be be fixed, because of removal of alias directive and addition of related algorithms directive. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-