Skip to content

Commit

Permalink
refs #6449 started enabling MDBoxSaveable class
Browse files Browse the repository at this point in the history
as class which saves to NeXus
  • Loading branch information
abuts committed Apr 16, 2013
1 parent 4294b38 commit 15ac358
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/Framework/MDEvents/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set ( SRC_FILES
src/MDBoxIterator.cpp
src/MDBoxFlatTree.cpp
src/MDBoxToChange.cpp
src/MDBoxSaveable.cpp
src/MDBoxNXSaveable.cpp
src/MDEventFactory.cpp
src/MDEventWSWrapper.cpp
src/MDEventWorkspace.cpp
Expand Down Expand Up @@ -91,7 +91,7 @@ set ( INC_FILES
inc/MantidMDEvents/MDBoxIterator.h
inc/MantidMDEvents/MDBoxFlatTree.h
inc/MantidMDEvents/MDBoxToChange.h
inc/MantidMDEvents/MDBoxSaveable.h
inc/MantidMDEvents/MDBoxNXSaveable.h
inc/MantidMDEvents/MDDimensionStats.h
inc/MantidMDEvents/MDEvent.h
inc/MantidMDEvents/MDEventFactory.h
Expand Down Expand Up @@ -144,6 +144,7 @@ set ( TEST_FILES
MDBoxBaseTest.h
MDBoxIteratorTest.h
MDBoxTest.h
MDBoxNXSaveableTest.h
MDBoxToChangeTest.h
MDDimensionStatsTest.h
MDEventFactoryTest.h
Expand Down

0 comments on commit 15ac358

Please sign in to comment.