This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 10, 2018
-
-
Martyn Gigg authored
Carpenter corrections
-
- May 09, 2018
-
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
Martyn Gigg authored
Prevent crash - missing error handling in `RunCombinationHelper`
-
Martyn Gigg authored
Indirect - QENS Fitting - QENSFitSequential algorithm
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
Martyn Gigg authored
-
Verena Reimund authored
Refs #22383
-
Verena Reimund authored
Refs #22383 OSX FAILED: Framework/SINQ/test/CMakeFiles/PSISINQTest.dir/PoldiIndexKnownCompoundsTest.cpp.o In file included from Framework/SINQ/test/PoldiIndexKnownCompoundsTest.cpp:17: PoldiIndexKnownCompoundsTest.h:40:5: error: no matching function for call to 'storeWS' WorkspaceCreationHelper::storeWS( WorkspaceCreationHelper.h:114:33: note: candidate function [with WSType = boost::shared_ptr<Mantid::DataObjects::TableWorkspace>] not viable: expects an l-value for 2nd argument template <typename WSType> void storeWS(const std::string &name, WSType &ws) { In file included from Framework/SINQ/test/PoldiIndexKnownCompoundsTest.cpp:17: PoldiIndexKnownCompoundsTest.h:43:5: error: no matching function for call to 'storeWS' WorkspaceCreationHelper::storeWS( WorkspaceCreationHelper.h:114:33: note: candidate function [with WSType = boost::shared_ptr<Mantid::DataObjects::TableWorkspace>] not viable: expects an l-value for 2nd argument template <typename WSType> void storeWS(const std::string &name, WSType &ws) { In file included from Framework/SINQ/test/PoldiIndexKnownCompoundsTest.cpp:17: PoldiIndexKnownCompoundsTest.h:673:7: error: no matching function for call to 'storeWS' WorkspaceCreationHelper::storeWS( WorkspaceCreationHelper.h:114:33: note: candidate function [with WSType = boost::shared_ptr<Mantid::DataObjects::Workspace2D>] not viable: expects an l-value for 2nd argument template <typename WSType> void storeWS(const std::string &name, WSType &ws) { 3 errors generated. Linux PoldiIndexKnownCompoundsTest.h:42:66: error: invalid initialization of non-const reference of type ‘boost::shared_ptr<Mantid::DataObjects::TableWorkspace>&’ from an rvalue of type ‘Mantid::DataObjects::TableWorkspace_sptr {aka boost::shared_ptr<Mantid::DataObjects::TableWorkspace>}’ PoldiPeakCollectionHelpers::createPoldiPeakTableWorkspace()); PoldiIndexKnownCompoundsTest.cpp:17: WorkspaceCreationHelper.h:114:33: note: initializing argument 2 of ‘void WorkspaceCreationHelper::storeWS(const string&, WSType&) [with WSType = boost::shared_ptr<Mantid::DataObjects::TableWorkspace>; std::__cxx11::string = std::__cxx11::basic_string<char>]’ 10:35:30 template <typename WSType> void storeWS(const std::string &name, WSType &ws) { PoldiIndexKnownCompoundsTest.cpp:17:0: PoldiIndexKnownCompoundsTest.h:46:31: error: invalid initialization of non-const reference of type ‘boost::shared_ptr<Mantid::DataObjects::TableWorkspace>&’ from an rvalue of type ‘Mantid::DataObjects::TableWorkspace_sptr {aka boost::shared_ptr<Mantid::DataObjects::TableWorkspace>}’ ->asTableWorkspace()); WorkspaceCreationHelper.h:114:33: note: initializing argument 2 of ‘void WorkspaceCreationHelper::storeWS(const string&, WSType&) [with WSType = boost::shared_ptr<Mantid::DataObjects::TableWorkspace>; std::__cxx11::string = std::__cxx11::basic_string<char>]’ template <typename WSType> void storeWS(const std::string &name, WSType &ws) { PoldiIndexKnownCompoundsTest.cpp:17:0: PoldiIndexKnownCompoundsTest.h: In member function ‘void PoldiIndexKnownCompoundsTest::storeRandomWorkspaces(const std::vector<std::__cxx11::basic_string<char> >&)’: PoldiIndexKnownCompoundsTest.h:674:65: error
-
Verena Reimund authored
Refs #22383
-
Verena Reimund authored
Refs #22383
-
Verena Reimund authored
- Doxygen updated (throws) - Templated storeWS Running ConjoinXRunsTest for testTableInputWorkspaceInGroupThrows: ConjoinXRuns-[Warning] Invalid value for InputWorkspaces: Workspace table is not a MatrixWorkspace showing the need to check !ws and + input + works (ll 128,130 in ConjoinXRuns.cpp) Refs #22383
-
Martyn Gigg authored
Remove the EPPWorkspace input property from DirectILLCollectData
-
Martyn Gigg authored
Refactor MuonMaxEnt in Frequency Domain Analysis
-
- May 08, 2018
-
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
Anthony Lim authored
-
Martyn Gigg authored
Allow LoadWAND to load multiple file
-
Martyn Gigg authored
Fix ConvertToMD with workspace pointer input
-
McDonnell, Marshall authored
-
MatthewBowles authored
-
MatthewBowles authored
-
- May 07, 2018
-
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
Hahn, Steven authored
Update inputsplitter.py
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
Added CalculateCarpenterSampleCorrection. Replaced MultipleScatteringCylinderAbsorption -> CarpenterSampleCorrection. Refactored CarpenterSampleCorrection to use CalculateCarpenterSampleCorrection.
-
- May 05, 2018
-
-
Savici, Andrei T. authored
-
- May 04, 2018
-
-
WHITFIELDRE email authored
And group the loaded files. Also add option to load by setting IPTS and run numbers.
-
Pete Peterson authored
Fix pessimizing-move warnings from Apple Clang 9
-
reimundILL authored
-
WHITFIELDRE email authored
ISIS Powder prevent infinite recursion when deep-copying instrument settings object
-
Verena Reimund authored
RunCombinationHelper checks, if the ws is a GroupWorkspace or else a MatrixWorkspace. Workspaces of the group were not checked and need to be checked during validation Refs #22383
-