diff --git a/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp b/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp index dc2e82d82e81..40cc1772c87d 100644 --- a/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp +++ b/Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp @@ -286,7 +286,7 @@ namespace Mantid @param spectraIndex :: an integer relating to a workspace ID @param file :: the file writer object */ - void SaveAscii2::writeSpectra(const int & spectraIndex, std::ofstream & file) //<- shouldnt be here + void SaveAscii2::writeSpectra(const int & spectraIndex, std::ofstream & file) { auto spec = m_ws->getSpectrum(spectraIndex); auto specNo = spec->getSpectrumNo();