Skip to content

Commit 4fcea11

Browse files
committed
Rename validate_secondary_io_flows to validate_secondary_flows
1 parent caff9ba commit 4fcea11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/input/process/flow.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ where
133133
}
134134

135135
validate_flows_and_update_primary_output(processes, &flows_map)?;
136-
validate_secondary_io_flows(processes, &flows_map)?;
136+
validate_secondary_flows(processes, &flows_map)?;
137137

138138
Ok(flows_map)
139139
}
@@ -233,7 +233,7 @@ fn check_flows_primary_output(
233233

234234
/// Checks that non-primary io are defined for all years (within a region) and that
235235
/// they are only inputs or only outputs in all years.
236-
fn validate_secondary_io_flows(
236+
fn validate_secondary_flows(
237237
processes: &mut ProcessMap,
238238
flows_map: &HashMap<ProcessID, ProcessFlowsMap>,
239239
) -> Result<()> {

0 commit comments

Comments
 (0)