This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 14, 2015
-
-
NickDraper authored
Fixed now re #13938
-
- Oct 13, 2015
-
-
Nick Draper authored
-
Nick Draper authored
re #13938
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Sep 04, 2015
-
-
Alex Buts authored
In addition to this, identified subtle bug in copyToMD
-
- Jul 29, 2015
-
-
Savici, Andrei T. authored
As part of this issue, I found that calculating the inverse of a 1x1 matrix results in a segmentation fault
-
- Apr 16, 2015
-
-
Campbell, Stuart authored
-
- Mar 21, 2015
-
-
Michael Wedel authored
-
Michael Wedel authored
-
- Mar 01, 2015
-
-
Michael Wedel authored
-
- Feb 05, 2015
-
-
Michael Wedel authored
With this change, the previously failing test passes.
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 05, 2014
-
-
Peterson, Peter authored
-
- Nov 13, 2013
-
-
Nick Draper authored
-
- Jun 20, 2013
-
-
Gigg, Martyn Anthony authored
The stream operators still use commas as before but the free functions now allows users to specify the delimiter. Refs #7199
-
- Feb 18, 2013
-
-
Campbell, Stuart authored
-
- Feb 14, 2013
-
-
Nick Draper authored
-
- Nov 09, 2012
-
-
Michael Reuter authored
-
- May 15, 2012
-
-
Gigg, Martyn Anthony authored
The Vates quantification requires using the Sobol sequence for producing a point in ND space. The interface as it was made it difficult to swap out other random number generators. There is now a generic ND interface that returns a vector of numbers.
-
- Apr 27, 2012
-
-
Alex Buts authored
can not compare results as the results widely differ on test data provided.
-
- Apr 05, 2012
-
-
Janik Zikovsky authored
-
- Mar 23, 2012
-
-
Alex Buts authored
refs #4813 further step in separating transformation matrix from ConvertToMDEvents
-
- Feb 24, 2012
-
-
Russell Taylor authored
-
- Feb 02, 2012
-
-
Janik Zikovsky authored
and made it more general.
-
Janik Zikovsky authored
The wrong coordinate transformation was being calculated. Tests happened to pass because the transformation in the previous tests were too simple
-
- Dec 14, 2011
-
-
Gigg, Martyn Anthony authored
This required a const to be added to a member of Matrix and similarly to OrientedLattice.
-
- Nov 22, 2011
-
-
Janik Zikovsky authored
-
- Jun 16, 2011
-
-
Janik Zikovsky authored
Refs #455, Fixes #3195: ISAW peaks file's HKL's are flipped so as to be consistent with internal Mantid representation of Q = ki-kf. Fixed the LoadIsawUB so that the U matrix is a pure rotation (no -1 factor).
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #3175. Sorry for the huge commit but certain things require Matrix to be in Kernel. Given how Quat, V3D and Matrix inter cooperate it seemed sensible for them to be in the same place and arguably this is where they belong anyway.
-
- Jun 14, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3175. Add a MatrixProperty that will allow Geometry::Matrix objects to be passed into algorithms. Also renamed the MantidMat typedef to DblMatrix so that it's clearer what the thing actually is.
-
- Jun 13, 2011
-
-
Savici, Andrei T. authored
OrientedLattice exposed to python. Check if U is proper rotation. Partial fix for LoadIsawUB. Refs #455
-
- Jun 09, 2011
-
-
Alex Buts authored
refs #2745 changed the location of bounding box wrt to the beam line and detector to calculate angular detector's sizes more accurately in Cartesian topology case;
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- Jun 03, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Refs #3137: Used coord_t and signal_t in appropriate spots in MD* classes. Right now both are typedef'd to double but it builds if typedef'd so something else e.g float.
-
- May 27, 2011
-
-
Savici, Andrei T. authored
-
Savici, Andrei T. authored
-
- May 26, 2011
-
-
Janik Zikovsky authored
-