This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 25, 2012
-
-
Peter Parker authored
-
- May 24, 2012
-
-
Russell Taylor authored
Also add a couple more that were missing and re-order so that the list is in the same order as they appear in the properties file. Re #5249.
-
Dennis Mikkelson authored
refs #5058
-
Dennis Mikkelson authored
A simple band of colors is used to display the color scale in use, with zero at the center of the display, colors for negative values to the left and colors for positive values to the right. refs #5058
-
Dennis Mikkelson authored
In order to easily distinguish between positive and negative values, a separate color table is now used for negative values. refs #5058
-
Bilheux, Jean-Christophe authored
-
Bilheux, Jean-Christophe authored
Fixed an error in the parsing of the a,b, error_a and error_b parameters when running the reduction. This refs #4303
-
Russell Taylor authored
Otherwise the object will exist until MantidPlot is closed.
-
Jose Borreguero authored
modified: FFT.cpp
-
Russell Taylor authored
-
Russell Taylor authored
It's only used in 1 method, so can be a local variable. As it was, it was keeping a deleted workspace alive unnecessarily.
-
Russell Taylor authored
Because holding it via a shared_ptr would keep the workspace alive even if it was deleted from the ADS. This also required a modification to a recent checkin under #5358.
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
This sets the library search path for ParaView before the application starts and allows the ParaView plugins to pick up the paraview libraries.
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Bilheux, Jean-Christophe authored
-
Gigg, Martyn Anthony authored
Tests using a smaller masked workspace to mask a sub-section of the data on a larger input workspace. Used mainly for chunking where a MaskedWorkspace has been produced that is smaller than the a larger initial dataset
-
Robert Whitley authored
-
Gigg, Martyn Anthony authored
It should point to the sub-directory.
-
Gigg, Martyn Anthony authored
The relative path was wrong for OS X. It now just uses the key in the properties file. Also quietened the output of querying paraview by capturing the stderr as well.
-
Owen Arnold authored
-
- May 23, 2012
-
-
Zhou, Wenduo authored
-
Jose Borreguero authored
modified: FFT.cpp
-
Bilheux, Jean-Christophe authored
Fixed issue with format of Scaling factor file format. Before, because the programs was trying to find any matched entries, if the format was wrong, the new entries were not recorded.... Now, if the format is wrong, the containt of the file is simply replaced by the new entries. This refs #5071
-
Bilheux, Jean-Christophe authored
Added safe guard that check if there is a scaling factor file name defined before running the reduction. This refs #5071
-
Bilheux, Jean-Christophe authored
-
Jose Borreguero authored
modified: FFT.cpp
-
Bilheux, Jean-Christophe authored
-
Gigg, Martyn Anthony authored
-
Robert Whitley authored
To do this I should add a text box displaying with data is connected.
-
Gigg, Martyn Anthony authored
CPack doesn't seem to know about some of CMake's variables. Using the variable directy now.
-
Gigg, Martyn Anthony authored
-
Bilheux, Jean-Christophe authored
-
Bilheux, Jean-Christophe authored
-
Owen Arnold authored
-
Michael Reuter authored
-
Bilheux, Jean-Christophe authored
Fixed issue with q binning defined by user. Program used to crash when q_min defined by the user was bigger than the q_max calculated by the program. Now the program checks for those values and will assign a new q_min value if q_min is bigger than q_max. This refs #4303.
-
Anders Markvardsen authored
-