From 7eb694f9814cb2c2ddb601f06f2dd10039463114 Mon Sep 17 00:00:00 2001 From: Keith Brown Date: Thu, 13 Feb 2014 14:30:51 +0000 Subject: [PATCH] Refs #8958 Renamed algorithm files The algorithm is being renamed, files have been renamed --- Code/Mantid/Framework/DataHandling/CMakeLists.txt | 6 +++--- .../MantidDataHandling/{SaveANSTO.h => SaveANSTOAscii.h} | 0 .../DataHandling/src/{SaveANSTO.cpp => SaveANSTOAscii.cpp} | 0 .../test/{SaveANSTOTest.h => SaveANSTOAsciiTest.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/{SaveANSTO.h => SaveANSTOAscii.h} (100%) rename Code/Mantid/Framework/DataHandling/src/{SaveANSTO.cpp => SaveANSTOAscii.cpp} (100%) rename Code/Mantid/Framework/DataHandling/test/{SaveANSTOTest.h => SaveANSTOAsciiTest.h} (100%) 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