Commit 0d402180 authored by Bertrand Caron's avatar Bertrand Caron

Try dealing with NUMEXTRA issues

parent 3e847f30
Pipeline #517 skipped
...@@ -182,7 +182,8 @@ class ChamberParm(AmberParm): ...@@ -182,7 +182,8 @@ class ChamberParm(AmberParm):
nbfixes = inst.atoms.assign_nbidx_from_types() nbfixes = inst.atoms.assign_nbidx_from_types()
# Give virtual sites a name that Amber understands # Give virtual sites a name that Amber understands
for atom in inst.atoms: for atom in inst.atoms:
if isinstance(atom, ExtraPoint): atom.type = 'EP' pass
#if isinstance(atom, ExtraPoint): atom.type = 'EP'
# Fill the Lennard-Jones arrays/dicts # Fill the Lennard-Jones arrays/dicts
ntyp = 0 ntyp = 0
for atom in inst.atoms: for atom in inst.atoms:
......
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