From 7c408c651558247824b327fb5dee9d7e6dc2f9b8 Mon Sep 17 00:00:00 2001 From: program-- Date: Wed, 26 Jun 2024 09:44:08 -0700 Subject: [PATCH] rev: remove StreamHandler arg to match #840 changes Co-authored-by: Phil Miller - NOAA --- include/forcing/ForcingsEngineDataProvider.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/forcing/ForcingsEngineDataProvider.hpp b/include/forcing/ForcingsEngineDataProvider.hpp index 56c893a55a..c19c57148a 100644 --- a/include/forcing/ForcingsEngineDataProvider.hpp +++ b/include/forcing/ForcingsEngineDataProvider.hpp @@ -176,8 +176,7 @@ struct ForcingsEngineDataProvider init, forcings_engine_python_classpath, /*allow_exceed_end=*/true, - /*has_fixed_time_step=*/true, - utils::getStdOut() + /*has_fixed_time_step=*/true ); storage_type::instances.set(init, bmi_);