From c184e838a9042241be25d9ee5afdb4128e8273f3 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 8 Jan 2020 08:41:21 -0700 Subject: [PATCH] Fix small EIO diffs --- src/EnergyPlus/ZoneTempPredictorCorrector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EnergyPlus/ZoneTempPredictorCorrector.cc b/src/EnergyPlus/ZoneTempPredictorCorrector.cc index 10499a3c83c..72b672c6789 100644 --- a/src/EnergyPlus/ZoneTempPredictorCorrector.cc +++ b/src/EnergyPlus/ZoneTempPredictorCorrector.cc @@ -498,7 +498,7 @@ namespace ZoneTempPredictorCorrector { // Formats static constexpr auto Header("! , Sensible Heat Capacity Multiplier, Moisture Capacity Multiplier, Carbon Dioxide Capacity Multiplier, Generic Contaminant Capacity Multiplier\n"); - static constexpr auto Format_701("Zone Volume Capacitance Multiplier, {:.3F}, {:.3F}, {:.3F}, {:.3F}\n"); + static constexpr auto Format_701("Zone Volume Capacitance Multiplier, {:.3F} , {:.3F}, {:.3F}, {:.3F}\n"); // FLOW: cCurrentModuleObject = cZControlTypes(iZC_TStat);