Skip to content

Commit

Permalink
Refs #8958 Renamed algorithm files
Browse files Browse the repository at this point in the history
The algorithm is being renamed, files have been renamed
  • Loading branch information
keithnbrown committed Feb 13, 2014
1 parent 197fc5c commit 7eb694f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/DataHandling/CMakeLists.txt
Expand Up @@ -99,7 +99,7 @@ set ( SRC_FILES
src/SNSDataArchive.cpp
src/SNSDataArchiveICAT2.cpp
src/SaveAscii.cpp
src/SaveANSTO.cpp
src/SaveANSTOAscii.cpp
src/SaveAscii2.cpp
src/SaveCSV.cpp
src/SaveCalFile.cpp
Expand Down Expand Up @@ -224,7 +224,7 @@ set ( INC_FILES
inc/MantidDataHandling/RotateInstrumentComponent.h
inc/MantidDataHandling/SNSDataArchive.h
inc/MantidDataHandling/SNSDataArchiveICAT2.h
inc/MantidDataHandling/SaveANSTO.h
inc/MantidDataHandling/SaveANSTOAscii.h
inc/MantidDataHandling/SaveAscii.h
inc/MantidDataHandling/SaveAscii2.h
inc/MantidDataHandling/SaveCSV.h
Expand Down Expand Up @@ -347,7 +347,7 @@ set ( TEST_FILES
RotateInstrumentComponentTest.h
SNSDataArchiveICAT2Test.h
SNSDataArchiveTest.h
SaveANSTOTest.h
SaveANSTOAsciiTest.h
SaveAscii2Test.h
SaveAsciiTest.h
SaveCSVTest.h
Expand Down

0 comments on commit 7eb694f

Please sign in to comment.