Skip to content

Commit

Permalink
attach RMS writer to RMG job
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jun 17, 2019
1 parent a2b1618 commit e77f98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmgpy/rmg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
import rmgpy.util as util

from rmgpy.chemkin import ChemkinWriter
from rmgpy.yml import RMSWriter
from rmgpy.rmg.output import OutputHTMLWriter
from rmgpy.rmg.listener import SimulationProfileWriter, SimulationProfilePlotter
from rmgpy.restart import RestartWriter
Expand Down Expand Up @@ -590,6 +591,7 @@ def register_listeners(self):
"""

self.attach(ChemkinWriter(self.outputDirectory))
self.attach(RMSWriter(self.outputDirectory))

if self.generateOutputHTML:
self.attach(OutputHTMLWriter(self.outputDirectory))
Expand Down

0 comments on commit e77f98b

Please sign in to comment.