This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- May 29, 2014
-
-
Jay Rainey authored
-
- Feb 22, 2012
-
-
Janik Zikovsky authored
by using the ADS::retrieveWS<Type>() method.
-
- Jul 01, 2011
-
-
Janik Zikovsky authored
-
- Jun 22, 2011
-
-
Savici, Andrei T. authored
-
- May 16, 2011
-
-
Michael Reuter authored
-
- Feb 14, 2011
-
-
Janik Zikovsky authored
Refs #2408: Multiply now correctly handles commutativity with EventWorkspaces. Tests made significantly more robust.
-
- Jan 06, 2011
-
-
Peterson, Peter authored
-
Gigg, Martyn Anthony authored
Tell scons to build the new TestHelpers package so that ISIS buildservers are still happy with moving the test helpers while the CMake transition is still in progress. Refs #2196 and #1881
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Aug 10, 2010
-
-
Janik Zikovsky authored
Refs #1455: on Linux, at least, qtiplot build raises many many warnings when a function returns a const int; changed Algorithm's version() function to return just an int. These raise 'type qualifiers ignored on function return type' because the const on the return value is superfluous, according to: http://stackoverflow.com/questions/1134237/pedantic-gcc-warning-type-qualifiers-on-function-return-type
-
- Jul 07, 2010
-
-
Nick Draper authored
Added eventworkspaces to AddSampleLogTest and ChainedOperatorTest
-
- Jan 16, 2009
-
-
Roman Tolchenov authored
re #351. A change to the workspace hierarchy. What used to be Workspace is now called MatrixWorkspace. New Workspace is a base class for MatrixWorkspace and TableWorkspace. TableWorkspace can be stored in AnalysisDataService and passed to algorithms as a property.
-
- May 19, 2008
-
-
Nick Draper authored
Workspace single value now works in +,-,*,/ and the relevant operator overloads
-
- Apr 25, 2008
-
-
Matt Clarke authored
Refs #123. Fixed tests. Also changed workspace so it does not include workspaceFactory which includes workspace, which includes workspaceFactory...
-
- Apr 17, 2008
-
-
Dickon Champion authored
moved macro into Algorithm.h put AlgorithmFactory::subscribe back into .h, extra test errors removed
-
- Feb 22, 2008
-
-
Matt Clarke authored
-
- Jan 23, 2008
-
-
Nick Draper authored
Altered Plus, Minus, Multiply and Divide to inherit from BinaryOperation and CommutativeBinaryOperation. BinaryOpHelper has been removed. Triple Iterator can now loop iterate in both orientations (although this has imposed a small (<10%) performance hit. The operations can now add heterogenous workspaces in both orientations.
-
- Jan 21, 2008
-
-
Nick Draper authored
This should even be possible (This is now tested!) Worskspace_sptr wsResult = (ws1+ws2)/(ws1-ws2);
-