This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jun 26, 2015
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Dan Nixon authored
Keep errors after fit in BaselineModelling step
-
Dan Nixon authored
Allow algorithm dialog boxes to stay open
-
Zhou, Wenduo authored
The change removed those weird visual artefact. Issue is thus closed.
-
Pete Peterson authored
Merge pull request #12937 from mantidproject/feature/12924_separate_functions_for_idf_and_parameters Fixes #12924 Separate functions to load Embedded IDF and load Embedded Parameters
-
Martyn Gigg authored
Cleanup of Workspace copy constructors and assignment operators.
-
Roman Tolchenov authored
Use new ResNorm algorithm in Bayes UI
-
Roman Tolchenov authored
CalculateMSVesuvio does not work for grouped data
-
Simon Heybrock authored
-
- Jun 25, 2015
-
-
Peterson, Peter authored
-
Federico Montesino Pouzols authored
Fix Unit Tests Under Debug Mode in Visual Studio
-
Federico Montesino Pouzols authored
Sum monitors to allow GetEI work for poor monitor signal.
-
Raquel Alvarez Banos authored
-
Raquel Alvarez Banos authored
-
Anders-Markvardsen authored
EnginX: use InputWorkspace property instead of Filename in all algorithms
-
Raquel Alvarez Banos authored
-
Raquel Alvarez Banos authored
Fit results are going to vary slightly because I have added errors to the input ws
-
Raquel Alvarez Banos authored
-
Alex Buts authored
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Simon Heybrock authored
This generated a warnging not an error. Added a hint in the maintenance ticket #12925 to fix this.
-
Federico Montesino Pouzols authored
-
Simon Heybrock authored
-
Federico Montesino Pouzols authored
-
Federico Montesino Pouzols authored
-
Simon Heybrock authored
-
- Jun 24, 2015
-
-
Nick Draper authored
also disable button cancel button on algorithm monitor after pressing re #12835
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Zhou, Wenduo authored
The new algorithms can save and load offset, mask and group workspaces as designed. The only issue found is that the instrument of the original mask workspace and the one of saved-loaded mask workspace are not same. I point it out though I think it is another issue to mask workspace. Issue is thus closed.
-
Raquel Alvarez authored
Fix PreviewPlot showing multiple error bar options for same curve
-
Simon Heybrock authored
-
Simon Heybrock authored
Workspace is polymorphic, so in general we do not want any public copy or assignment. In some cases this required moving the user defined copy constructor out of the public area, in other cases it meant adding it in the protected section, to avoid auto-generation by the compiler. Note that we make the copy constructor protected and not private. This is in view of the upcoming introduction of a clone() method, which will need to call the copy constructor of the base class.
-
Owen Arnold authored
Fix axes of scaled data sets
-
Dan Nixon authored
Fix bug in FunctionBrowser
-
Simon Heybrock authored
-
Simon Heybrock authored
-
Simon Heybrock authored
-
Simon Heybrock authored
-
Anton Piccardo-Selg authored
-