This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jun 15, 2011
-
-
Campbell, Stuart authored
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
-
Campbell, Stuart authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Doucet, Mathieu authored
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #3175. Move the macro for defining IPropertyManager::getValue functions to the header so that all user-defined types can access it. Also implement a test for MatrixProperties being passed to algorithms. We have one problem now with this kind of code: DblMatrix R = getProperty("R"). IPropertyManager can't define a template conversion operator because Visual Studio has a problem with the std::string version that even a specialization doesn't cure.
-
Anders Markvardsen authored
-
Gigg, Martyn Anthony authored
Refs #455. We currently don't have a debug build of numpy on Windows as it difficult to build and we don't have the dependencies. Removing numpy import_array code that is already in another place, MantidVecHelper::initializeDependencies and moving the boost::python::numeric::array call to join it so that Mantid works in debug on Windows.
-
Dennis Mikkelson authored
the UB matrix can't be found from the specified hkl and Q vectors. refs #3178
-
- Jun 14, 2011
-
-
Doucet, Mathieu authored
Cleaning up the algorithm version number handling in Python now that we have a new mantidsimple. The existence of a version 1 is no longer a requirement. Re #1591
-
Doucet, Mathieu authored
-
Michael Reuter authored
-
Michael Reuter authored
-
Peterson, Peter authored
-
Zhou, Wenduo authored
-
Doucet, Mathieu authored
-
Steve Williams authored
-
Doucet, Mathieu authored
-
Doucet, Mathieu authored
Fixes #3107 This takes care of the algorithms used by SANS that take enough time to be able to read the progress bar.
-
Steve Williams authored
-
Dennis Mikkelson authored
matrix, given a list of q-vectors and corresponding hkl-vectors. refs #3178
-
Russell Taylor authored
Add ability to create waterfall plot of entire workspace from (restored) Workspace menu item. Re #1839.
-
Steve Williams authored
-
Steve Williams authored
-
Michael Reuter authored
-
Russell Taylor authored
Add back mantid matrix menu item, presumably removed in error (it doesn't help the issue described in this ticket anyway). Re #1839.
-
Michael Reuter authored
Fix that gets 3D ThreesliceView back via manual intervention. Need to make it automatic next. This refs #2955.
-
Michael Reuter authored
-
Doucet, Mathieu authored
-
Russell Taylor authored
Waterfall plots: Fixes for axis scaling to take account of offsets and for legend updating when reversing curve order. Re #3139.
-
Owen Arnold authored
re #3115. Install plugins to sub-directory. Can't yet handle both moving binaries as part of build and moving the libraries as part of the install. Opt for the install for now. CPack install command fails to find the target if it is moved.
-
Anders Markvardsen authored
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
Russell Taylor authored
Fix for waterfall plot not displaying properly on initial creation (needed a resize or other repaint trigger). Re #3139. Changes to MultiLayer.cpp are solely indentation.
-