Skip to content

Commit

Permalink
Refs #4472. Added a comment marker to iparm file in gsas.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Apr 30, 2012
1 parent fe31d9e commit 2546e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveGSS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ namespace Mantid
if (prop != NULL && (!prop->value().empty()))
{
std::stringstream line;
line << "Instrument parameter file: "
line << "#Instrument parameter file: "
<< prop->value();
os << std::setw(80) << std::left << line.str() << "\n";
}
Expand Down

0 comments on commit 2546e42

Please sign in to comment.