This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 15, 2012
-
-
Gigg, Martyn Anthony authored
-
- Jul 13, 2012
-
-
Gigg, Martyn Anthony authored
Changes made to better encapsulate the static map and tidy up the code before implementing the formFactor calculation.
-
- Jul 12, 2012
-
-
Gigg, Martyn Anthony authored
-
- Jul 11, 2012
-
-
Gigg, Martyn Anthony authored
Stupid copy error meant the unit was wrong.
-
Gigg, Martyn Anthony authored
-
- Jul 10, 2012
-
-
Gigg, Martyn Anthony authored
The static quick conversion map mutated within a parallel loop, see AnvredCorrection, so it needs to be protected by a critical block
-
- Jul 09, 2012
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Jul 08, 2012
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Updating the map of objects was not thread-safe and the units now have state meaning that it is best to have a new object for each create call.
-
- Jul 06, 2012
-
-
Owen Arnold authored
-
- Jul 03, 2012
-
-
Russell Taylor authored
for all platforms (Windows already did). This assists in making a Mantid install relocatable, which is required for the upcoming installation on SNS clusters.
-
Gigg, Martyn Anthony authored
-
- Jun 29, 2012
-
-
Owen Arnold authored
-
- Jun 28, 2012
-
-
Alex Buts authored
-
Alex Buts authored
refs #5537 Renamed couple of classes responsible for event conversion
-
Owen Arnold authored
-
Owen Arnold authored
-
- Jun 25, 2012
-
-
Roman Tolchenov authored
WorkspaceGroup now holds shared pointers instead of workspace name. It can be used outside the ADS.
-
- Jun 20, 2012
-
-
Gigg, Martyn Anthony authored
-
- Jun 14, 2012
-
-
Peterson, Peter authored
-
- Jun 12, 2012
-
-
Gigg, Martyn Anthony authored
It will help to consolidate code surrounding energy transfer modes.
-
- May 31, 2012
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
(1) Add FilterTimes() in TimeSeriesProperty (2) Enable FilterEvents to apply splitters to logs.
-
- May 30, 2012
-
-
Zhou, Wenduo authored
-
- May 28, 2012
-
-
Alex Buts 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.
-
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.
-
- May 23, 2012
-
-
Gigg, Martyn Anthony authored
Return is now by reference & there is a performance test.
-
Gigg, Martyn Anthony authored
It did call -V which ends up starting a GUI briefly and is quite slow on OS X. Changed to --help as this is faster and we don't grab anything from the version string anyway.
-
- May 22, 2012
-
-
Gigg, Martyn Anthony authored
Changes required so that the final bundle has the correct library links to ParaView in the pvplugins.
-
- May 21, 2012
-
-
Russell Taylor authored
Eliminates an exception on Windows when setting user preferences.
-
- May 15, 2012
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Gigg, Martyn Anthony authored
Uses a single generator to allow easy construction of an ND point from pseudo-random numbers thereby presenting a cleaner interface inline with the other ND generators.
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
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.
-
- May 14, 2012
-
-
Lynch, Vickie authored
-