From 93b50a97bd08b49722fc12e49b09965dced16600 Mon Sep 17 00:00:00 2001 From: amirroth Date: Thu, 26 Sep 2024 23:21:26 -0400 Subject: [PATCH] Attempted fix --- src/EnergyPlus/OutputProcessor.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/EnergyPlus/OutputProcessor.cc b/src/EnergyPlus/OutputProcessor.cc index 926a1d947b1..455ab0c4c3c 100644 --- a/src/EnergyPlus/OutputProcessor.cc +++ b/src/EnergyPlus/OutputProcessor.cc @@ -803,7 +803,7 @@ namespace OutputProcessor { // Has to be a summed variable if (srcDDVar->storeType != StoreType::Sum) { - ShowWarningCustomMessage(state, + ShowWarningCustomMessage(state, // Is clang-format formatting things like this? This is gross. eoh, format(R"(Meter:Custom="{}", variable not summed variable {}="{}".)", ipsc->cAlphaArgs(1), @@ -867,8 +867,7 @@ namespace OutputProcessor { ipsc->cAlphaFieldNames(fldIndex + 1), ipsc->cAlphaArgs(fldIndex + 1))); ShowContinueError(state, "...will not be shown with the Meter results."); - foundBadSrc = true; - break; + // Not setting the foundBadSrc flag here. } } // for (fldIndex)