Skip to content
Snippets Groups Projects
Commit 76b8c689 authored by Kyle Klenk's avatar Kyle Klenk
Browse files

Removed unnecessary print

parent 2a26160b
No related branches found
No related tags found
1 merge request!9Integrating Restart and V4 changes
......@@ -201,7 +201,6 @@ void Initialize_HRU(stateful_actor<hru_state>* self) {
#ifdef SUNDIALS_ACTIVE
if (self->state.hru_actor_settings.rel_tol > 0 &&
self->state.hru_actor_settings.abs_tol > 0) {
aout(self) << "Setting Sundials Tolerances\n";
set_sundials_tolerances(self->state.hru_data,
&self->state.hru_actor_settings.rel_tol,
&self->state.hru_actor_settings.abs_tol);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment