Skip to content
Snippets Groups Projects

Add the ability to compute SUMMA configurations that have multiple HRUs per GRU

Merged Kyle Klenk (kck540) requested to merge lateral_flows into development
35 files
+ 1449
900
Compare changes
  • Side-by-side
  • Inline
Files
35
@@ -41,6 +41,7 @@ struct file_access_state {
caf::actor parent;
int start_gru;
int num_gru;
int num_hru;
NumGRUInfo num_gru_info;
Loading