Skip to content

Commit 653bf94

Browse files
kaskranenburgQkndehaan
authored andcommitted
Add carriers to biofuels and bio_resources input group:
1 parent c41f7b6 commit 653bf94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/models/qernel/node_api/capacity_production.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ def input_of_bio_resources
5555
input_of_bio_oil +
5656
input_of_biodiesel +
5757
input_of_bio_ethanol +
58+
input_of_biomethanol +
59+
input_of_bionaphtha +
60+
input_of_bio_pyrolysis_oil +
5861
input_of_biogas +
5962
input_of_greengas +
6063
input_of_network_gas +
@@ -73,7 +76,10 @@ def input_of_bio_fuels
7376
input_of_bio_kerosene +
7477
input_of_bio_oil +
7578
input_of_bio_lng +
76-
input_of_bio_ethanol
79+
input_of_bio_ethanol +
80+
input_of_biomethanol +
81+
input_of_bionaphtha +
82+
input_of_bio_pyrolysis_oil
7783
end
7884
end
7985

0 commit comments

Comments
 (0)