fn validate_secondary_flows(
processes: &mut ProcessMap,
flows_map: &HashMap<ProcessID, ProcessFlowsMap>,
milestone_years: &[u32],
) -> Result<()>Expand description
Checks that non-primary io are defined for all milestone years, at least, (within a region) and that they are only inputs or only outputs in all years.