diff --git a/Code/Mantid/Framework/DataHandling/CMakeLists.txt b/Code/Mantid/Framework/DataHandling/CMakeLists.txt index 8bd83c622c3c..4fffc9832d78 100644 --- a/Code/Mantid/Framework/DataHandling/CMakeLists.txt +++ b/Code/Mantid/Framework/DataHandling/CMakeLists.txt @@ -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 @@ -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 @@ -347,7 +347,7 @@ set ( TEST_FILES RotateInstrumentComponentTest.h SNSDataArchiveICAT2Test.h SNSDataArchiveTest.h - SaveANSTOTest.h + SaveANSTOAsciiTest.h SaveAscii2Test.h SaveAsciiTest.h SaveCSVTest.h diff --git a/Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/SaveANSTO.h b/Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/SaveANSTOAscii.h similarity index 100% rename from Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/SaveANSTO.h rename to Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/SaveANSTOAscii.h diff --git a/Code/Mantid/Framework/DataHandling/src/SaveANSTO.cpp b/Code/Mantid/Framework/DataHandling/src/SaveANSTOAscii.cpp similarity index 100% rename from Code/Mantid/Framework/DataHandling/src/SaveANSTO.cpp rename to Code/Mantid/Framework/DataHandling/src/SaveANSTOAscii.cpp diff --git a/Code/Mantid/Framework/DataHandling/test/SaveANSTOTest.h b/Code/Mantid/Framework/DataHandling/test/SaveANSTOAsciiTest.h similarity index 100% rename from Code/Mantid/Framework/DataHandling/test/SaveANSTOTest.h rename to Code/Mantid/Framework/DataHandling/test/SaveANSTOAsciiTest.h