Skip to content

Commit

Permalink
printf a bunch of 'y's to vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
jannittayao committed Nov 9, 2023
1 parent bc71ca9 commit da9e4f0
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 da9e4f0

Please sign in to comment.