Skip to content
Snippets Groups Projects
Commit ff5bee53 authored by Sullivan, Brendan T's avatar Sullivan, Brendan T
Browse files

Re #0 add placement algorithm

parent a397e874
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ set ( SRC_FILES ...@@ -58,6 +58,7 @@ set ( SRC_FILES
src/SaveLauenorm.cpp src/SaveLauenorm.cpp
src/SelectCellOfType.cpp src/SelectCellOfType.cpp
src/SelectCellWithForm.cpp src/SelectCellWithForm.cpp
src/SetCrystalLocation.cpp
src/SetGoniometer.cpp src/SetGoniometer.cpp
src/SetSpecialCoordinates.cpp src/SetSpecialCoordinates.cpp
src/SetUB.cpp src/SetUB.cpp
...@@ -132,6 +133,7 @@ set ( INC_FILES ...@@ -132,6 +133,7 @@ set ( INC_FILES
inc/MantidCrystal/SaveLauenorm.h inc/MantidCrystal/SaveLauenorm.h
inc/MantidCrystal/SelectCellOfType.h inc/MantidCrystal/SelectCellOfType.h
inc/MantidCrystal/SelectCellWithForm.h inc/MantidCrystal/SelectCellWithForm.h
inc/MantidCrystal/SetCrystalLocation.h
inc/MantidCrystal/SetGoniometer.h inc/MantidCrystal/SetGoniometer.h
inc/MantidCrystal/SetSpecialCoordinates.h inc/MantidCrystal/SetSpecialCoordinates.h
inc/MantidCrystal/SetUB.h inc/MantidCrystal/SetUB.h
...@@ -199,6 +201,7 @@ set ( TEST_FILES ...@@ -199,6 +201,7 @@ set ( TEST_FILES
SaveLauenormTest.h SaveLauenormTest.h
SelectCellOfTypeTest.h SelectCellOfTypeTest.h
SelectCellWithFormTest.h SelectCellWithFormTest.h
SetCrystalLocation.h
SetGoniometerTest.h SetGoniometerTest.h
SetSpecialCoordinatesTest.h SetSpecialCoordinatesTest.h
SetUBTest.h SetUBTest.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment