Commit c7cacc13 authored by Jason Swails's avatar Jason Swails
Browse files

Fix typo.

parent 4340498f
......@@ -280,7 +280,7 @@ class GromacsTopFile(object):
raise ValueError('Found [ cmap ] section before [ moleculetype ]')
fields = line.split()
if len(fields) < 6:
raise ValueError('Too few fields in [ pairs ] line: '+line);
raise ValueError('Too few fields in [ cmap ] line: '+line);
self._currentMoleculeType.cmaps.append(fields)
def _processAtomType(self, line):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment