Skip to content

Commit

Permalink
Merge pull request #325 from gidden/fixin
Browse files Browse the repository at this point in the history
fixes input file for new source schema
  • Loading branch information
opotowsky committed Apr 25, 2015
2 parents 0d563ca + c9d1c42 commit 9d07eb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions input/growth/source_sink_linear.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<name>Source1</name>
<config>
<Source>
<out_commod>commodity</out_commod>
<recipe_name>commod_recipe</recipe_name>
<capacity>1.1</capacity>
<outcommod>commodity</outcommod>
<outrecipe>commod_recipe</outrecipe>
<throughput>1.1</throughput>
</Source>
</config>
</facility>
Expand All @@ -29,9 +29,9 @@
<name>Source2</name>
<config>
<Source>
<out_commod>commodity</out_commod>
<recipe_name>commod_recipe</recipe_name>
<capacity>2</capacity>
<outcommod>commodity</outcommod>
<outrecipe>commod_recipe</outrecipe>
<throughput>2</throughput>
</Source>
</config>
</facility>
Expand Down

0 comments on commit 9d07eb1

Please sign in to comment.