From f512952043ddb60aaa237e83240d45bf6739c6da Mon Sep 17 00:00:00 2001 From: Alex Buts Date: Tue, 30 Sep 2014 18:59:19 +0100 Subject: [PATCH] refs #9998 missing format specification --- Code/Mantid/Framework/DataHandling/src/SaveSPE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/DataHandling/src/SaveSPE.cpp b/Code/Mantid/Framework/DataHandling/src/SaveSPE.cpp index 2590a51de359..6f82c08fb578 100644 --- a/Code/Mantid/Framework/DataHandling/src/SaveSPE.cpp +++ b/Code/Mantid/Framework/DataHandling/src/SaveSPE.cpp @@ -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