Incorporate review comments
Main change is change IObject::generatePointInObject to return boost::optional<V3D> instead of using an out parameter combined with a boolean return value
Showing
- Framework/Algorithms/inc/MantidAlgorithms/SampleCorrections/MCAbsorptionStrategy.h 4 additions, 3 deletions...MantidAlgorithms/SampleCorrections/MCAbsorptionStrategy.h
- Framework/Algorithms/inc/MantidAlgorithms/SampleCorrections/MCInteractionVolume.h 10 additions, 4 deletions.../MantidAlgorithms/SampleCorrections/MCInteractionVolume.h
- Framework/Algorithms/src/MonteCarloAbsorption.cpp 3 additions, 3 deletionsFramework/Algorithms/src/MonteCarloAbsorption.cpp
- Framework/Algorithms/src/SampleCorrections/MCAbsorptionStrategy.cpp 4 additions, 4 deletions...Algorithms/src/SampleCorrections/MCAbsorptionStrategy.cpp
- Framework/Algorithms/src/SampleCorrections/MCInteractionVolume.cpp 65 additions, 30 deletions.../Algorithms/src/SampleCorrections/MCInteractionVolume.cpp
- Framework/Algorithms/test/MCAbsorptionStrategyTest.h 3 additions, 6 deletionsFramework/Algorithms/test/MCAbsorptionStrategyTest.h
- Framework/Algorithms/test/MCInteractionVolumeTest.h 5 additions, 21 deletionsFramework/Algorithms/test/MCInteractionVolumeTest.h
- Framework/Geometry/inc/MantidGeometry/Instrument/Container.h 10 additions, 9 deletionsFramework/Geometry/inc/MantidGeometry/Instrument/Container.h
- Framework/Geometry/inc/MantidGeometry/Objects/CSGObject.h 7 additions, 5 deletionsFramework/Geometry/inc/MantidGeometry/Objects/CSGObject.h
- Framework/Geometry/inc/MantidGeometry/Objects/IObject.h 8 additions, 7 deletionsFramework/Geometry/inc/MantidGeometry/Objects/IObject.h
- Framework/Geometry/inc/MantidGeometry/Objects/MeshObject.h 7 additions, 5 deletionsFramework/Geometry/inc/MantidGeometry/Objects/MeshObject.h
- Framework/Geometry/inc/MantidGeometry/Objects/MeshObject2D.h 7 additions, 5 deletionsFramework/Geometry/inc/MantidGeometry/Objects/MeshObject2D.h
- Framework/Geometry/src/Objects/CSGObject.cpp 21 additions, 33 deletionsFramework/Geometry/src/Objects/CSGObject.cpp
- Framework/Geometry/src/Objects/MeshObject.cpp 12 additions, 19 deletionsFramework/Geometry/src/Objects/MeshObject.cpp
- Framework/Geometry/src/Objects/MeshObject2D.cpp 5 additions, 6 deletionsFramework/Geometry/src/Objects/MeshObject2D.cpp
- Framework/Geometry/test/CSGObjectTest.h 46 additions, 57 deletionsFramework/Geometry/test/CSGObjectTest.h
- Framework/Geometry/test/MeshObject2DTest.h 6 additions, 6 deletionsFramework/Geometry/test/MeshObject2DTest.h
- Framework/Geometry/test/MeshObjectTest.h 14 additions, 12 deletionsFramework/Geometry/test/MeshObjectTest.h
Loading
Please register or sign in to comment