fn check_flows_primary_output(
flows_map: &IndexMap<CommodityID, ProcessFlow>,
primary_output: Option<&CommodityID>,
) -> Result<()>Expand description
Check the flows are correct for the specified primary output (or lack thereof)
fn check_flows_primary_output(
flows_map: &IndexMap<CommodityID, ProcessFlow>,
primary_output: Option<&CommodityID>,
) -> Result<()>Check the flows are correct for the specified primary output (or lack thereof)