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)