Skip to content

Commit

Permalink
Merge pull request #278 from cniethammer/bugfix-dropletcoalescence-ex…
Browse files Browse the repository at this point in the history
…ample

Fix mixing rules in input files for the DropletCoalescence example
  • Loading branch information
cniethammer authored Nov 8, 2023
2 parents f3a8ba4 + 31fbcb1 commit 71181e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/DropletCoalescence/liq/config_1_generateLiq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<components>
<include query="/components/moleculetype" >../components.xml</include>
<include query="/mixing/rule">../mixing_2c.xml</include>
<include query="/mixing">../mixing_2c.xml</include>
</components>

<phasespacepoint>
Expand Down
2 changes: 1 addition & 1 deletion examples/DropletCoalescence/liq/config_2_replicateLiq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<components>
<include query="/components/moleculetype" >../components.xml</include>
<include query="/mixing/rule">../mixing_2c.xml</include>
<include query="/mixing">../mixing_2c.xml</include>
</components>

<phasespacepoint>
Expand Down
2 changes: 1 addition & 1 deletion examples/DropletCoalescence/vap/config_3_generateVap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<components>
<include query="/components/moleculetype" >../components.xml</include>
<include query="/mixing/rule">../mixing_2c.xml</include>
<include query="/mixing">../mixing_2c.xml</include>
</components>

<phasespacepoint>
Expand Down
2 changes: 1 addition & 1 deletion examples/DropletCoalescence/vap/config_4_replicateVap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<components>
<include query="/components/moleculetype" >../components.xml</include>
<include query="/mixing/rule">../mixing_2c.xml</include>
<include query="/mixing">../mixing_2c.xml</include>
</components>

<phasespacepoint>
Expand Down
2 changes: 1 addition & 1 deletion examples/DropletCoalescence/vle/config_5_droplet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<components>
<include query="/components/moleculetype" >../components.xml</include>
<include query="/mixing/rule">../mixing_2c.xml</include>
<include query="/mixing">../mixing_2c.xml</include>
</components>

<phasespacepoint>
Expand Down

0 comments on commit 71181e3

Please sign in to comment.