Commit 06428115 authored by ChayaSt's avatar ChayaSt
Browse files

changed AtomTypePair to NBFIxPair

parent 6786edce
......@@ -1710,7 +1710,7 @@ class LennardJonesGenerator(object):
for LJ in element.findall('Atom'):
generator.registerLennardJones(LJ.attrib)
for Nbfix in element.findall('AtomTypePair'):
for Nbfix in element.findall('NBFixPair'):
generator.registerNBFIX(Nbfix.attrib)
def createForce(self, sys, data, nonbondedMethod, nonbondedCutoff, args):
......
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