Skip to content

Commit

Permalink
fixed minor error in Dynamic network so that DummyNetwork will execute
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halgren committed Aug 29, 2019
1 parent b2a3448 commit 1e122cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trunk/NDHMS/dynamic_channel_routing/DynamicNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ def compute_initial_state(self):
for section in self.sections:
self.add_normal_depth_time_step(section, self.upstream_flow_ts[0])

def compute_next_time_step_state(self, j
def compute_next_time_step_state(self, j_current
, j_next
, upstream_flow_current
, upstream_flow_next
, downstream_stage_current
Expand Down

0 comments on commit 1e122cc

Please sign in to comment.