Skip to content

Commit

Permalink
Refs #8572 histogram column by banks
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Dec 6, 2013
1 parent d7eb39a commit 8884d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Crystal/src/SaveHKL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ namespace Crystal
out << std::setw( 8 ) << std::fixed << std::setprecision( 2 ) <<
std::sqrt(std::pow(correc*p.getSigmaIntensity(),2)+std::pow(relSigSpect*correc*p.getIntensity(),2));

out << std::setw( 4 ) << runSequence;
out << std::setw( 4 ) << bankSequence;

out << std::setw( 8 ) << std::fixed << std::setprecision( 4 ) << lambda;

Expand Down

0 comments on commit 8884d57

Please sign in to comment.