Skip to content
Snippets Groups Projects
Commit 0ef39ba8 authored by KyleKlenk's avatar KyleKlenk
Browse files

Add GRU Initial Timestep Factor to settings output

parent 2de6c12b
No related branches found
No related tags found
1 merge request!6Development
......@@ -222,6 +222,8 @@ void check_settings_from_json(Distributed_Settings &distributed_settings,
<< hru_actor_settings.print_output << "\n"
<< "GRU Timestep Print Frequency: "
<< hru_actor_settings.output_frequency << "\n"
<< "GRU Initial Timestep Factor: "
<< hru_actor_settings.dt_init_factor << "\n"
<< "********************************************\n\n";
}
......
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