From 7d6351b20faedf2c35ddb3e09d412a6acdf651e5 Mon Sep 17 00:00:00 2001
From: Lamar Moore <lamar.moore@stfc.ac.uk>
Date: Thu, 12 Nov 2015 15:15:07 +0000
Subject: [PATCH] Re #14253 minor documentation changes

---
 .../inc/MantidDataHandling/SaveGSASInstrumentFile.h             | 2 +-
 Framework/DataHandling/src/SaveGSASInstrumentFile.cpp           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Framework/DataHandling/inc/MantidDataHandling/SaveGSASInstrumentFile.h b/Framework/DataHandling/inc/MantidDataHandling/SaveGSASInstrumentFile.h
index 1359d6eef84..93ab735e407 100644
--- a/Framework/DataHandling/inc/MantidDataHandling/SaveGSASInstrumentFile.h
+++ b/Framework/DataHandling/inc/MantidDataHandling/SaveGSASInstrumentFile.h
@@ -177,7 +177,7 @@ private:
   std::map<unsigned int, double> m_bank_mxtof;
 };
 
-} // namespace Algorithms
+} // namespace DataHandling
 } // namespace Mantid
 
 #endif /* MANTID_ALGORITHMS_SAVEGSASINSTRUMENTFILE_H_ */
diff --git a/Framework/DataHandling/src/SaveGSASInstrumentFile.cpp b/Framework/DataHandling/src/SaveGSASInstrumentFile.cpp
index 64b493d6834..42f12ef2d1a 100644
--- a/Framework/DataHandling/src/SaveGSASInstrumentFile.cpp
+++ b/Framework/DataHandling/src/SaveGSASInstrumentFile.cpp
@@ -1161,5 +1161,5 @@ double SaveGSASInstrumentFile::erfc(double xx) {
   return y;
 }
 
-} // namespace Algorithms
+} // namespace DataHandling
 } // namespace Mantid
-- 
GitLab