Skip to content

Commit

Permalink
refs #9998 missing format specification
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Sep 30, 2014
1 parent 0bedc84 commit f512952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveSPE.cpp
Expand Up @@ -37,7 +37,7 @@ namespace Mantid

///@cond
const char NUM_FORM[] = "%-10.4G";
const char NUMS_FORM[] = "%-10.4G%-10.3E%-10.4G%-10.4G%-10.4G%-10.4G%-10.4G%-10.4G\n";
const char NUMS_FORM[] = "%-10.4G%-10.4G%-10.4G%-10.4G%-10.4G%-10.4G%-10.4G%-10.4G\n";
static const char Y_HEADER[] = "### S(Phi,w)\n";
static const char E_HEADER[] = "### Errors\n";
///@endcond
Expand Down

0 comments on commit f512952

Please sign in to comment.