We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caff9ba commit 4fcea11Copy full SHA for 4fcea11
1 file changed
src/input/process/flow.rs
@@ -133,7 +133,7 @@ where
133
}
134
135
validate_flows_and_update_primary_output(processes, &flows_map)?;
136
- validate_secondary_io_flows(processes, &flows_map)?;
+ validate_secondary_flows(processes, &flows_map)?;
137
138
Ok(flows_map)
139
@@ -233,7 +233,7 @@ fn check_flows_primary_output(
233
234
/// Checks that non-primary io are defined for all years (within a region) and that
235
/// they are only inputs or only outputs in all years.
236
-fn validate_secondary_io_flows(
+fn validate_secondary_flows(
237
processes: &mut ProcessMap,
238
flows_map: &HashMap<ProcessID, ProcessFlowsMap>,
239
) -> Result<()> {
0 commit comments