Skip to content

Commit 9b8dec7

Browse files
alexdewartsmbland
andauthored
capacity => activity
Co-authored-by: Tom Bland <t.bland@imperial.ac.uk>
1 parent e6ff1b3 commit 9b8dec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/prices.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl CommodityPrices {
6969
}
7070
}
7171

72-
// Add the highest capacity dual for each commodity/region/timeslice to each commodity
72+
// Add the highest activity dual for each commodity/region/timeslice to each commodity
7373
// balance dual
7474
for (commodity_id, region_id, time_slice, dual) in solution.iter_commodity_balance_duals() {
7575
let key = (commodity_id.clone(), region_id.clone(), time_slice.clone());

0 commit comments

Comments
 (0)