fix add_waste_heat
This commit is contained in:
parent
81041aa10e
commit
25cfcaf97b
@ -3415,7 +3415,7 @@ if __name__ == "__main__":
|
|||||||
if "I" in opts:
|
if "I" in opts:
|
||||||
add_industry(n, costs)
|
add_industry(n, costs)
|
||||||
|
|
||||||
if "I" in opts and "H" in opts:
|
if "H" in opts:
|
||||||
add_waste_heat(n)
|
add_waste_heat(n)
|
||||||
|
|
||||||
if "A" in opts: # requires H and I
|
if "A" in opts: # requires H and I
|
||||||
|
Loading…
Reference in New Issue
Block a user