Skip to content

Commit

Permalink
Commit 03 Refs #3493
Browse files Browse the repository at this point in the history
  • Loading branch information
Lottie Greenwood committed Nov 5, 2014
1 parent 5620652 commit fb7955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit fb7955b

Please sign in to comment.