Skip to content

Commit

Permalink
added logging to gromacs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Zhong committed Jun 20, 2014
1 parent ff401bd commit ba248ce
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 98 deletions.
2 changes: 2 additions & 0 deletions intermol/GromacsExt/GromacsStructureParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from intermol.Atom import *
from intermol.Molecule import *
from intermol.System import System
import logging

logger = logging.getLogger('InterMolLog')

def readStructure(filename):
"""Read in a Gromacs structure file
Expand Down
Loading

0 comments on commit ba248ce

Please sign in to comment.