Skip to content

Commit

Permalink
rev: remove StreamHandler arg to match #840 changes
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Miller - NOAA <[email protected]>
  • Loading branch information
program-- and PhilMiller committed Jul 1, 2024
1 parent cef9813 commit 7c408c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/forcing/ForcingsEngineDataProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_);
Expand Down

0 comments on commit 7c408c6

Please sign in to comment.