Skip to content

Commit

Permalink
Merge pull request #50 from jannittayao/affirmation-vertex
Browse files Browse the repository at this point in the history
printf a bunch of 'y's to vertex
  • Loading branch information
jannittayao authored Nov 9, 2023
2 parents adc824a + da9e4f0 commit b761704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/Geochemistry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
system("cd $prefix; $build < build.bat > build.log")

# Run PerpleX vertex calculations
result = system("cd $prefix; echo $index | $vertex > vertex.log")
result = system("cd $prefix; printf \"$index\ny\ny\ny\ny\ny\ny\ny\ny\n\" | $vertex > vertex.log")
return result
end
export perplex_configure_isobar
Expand Down

0 comments on commit b761704

Please sign in to comment.