Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Sep 16, 2023
1 parent ae1d8f7 commit ec3c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module ReactionMechanismSimulator
copy!(molecule,pyimport("rmgpy.molecule"))
copy!(chemkin,pyimport("rmgpy.chemkin"))
copy!(species,pyimport("rmgpy.species"))
copy!(reaction,pyimport("rmgpy.reaction")
copy!(reaction,pyimport("rmgpy.reaction"))
copy!(nasa,pyimport("rmgpy.thermo.nasa"))
copy!(wilhoit,pyimport("rmgpy.thermo.wilhoit"))
copy!(arrhenius,pyimport("rmgpy.kinetics.arrhenius"))
Expand Down

0 comments on commit ec3c19e

Please sign in to comment.