Commit bf464848 authored by peastman's avatar peastman
Browse files

Fixed a bug in Python wrapper for CustomManyParticleForce

parent 150d943a
...@@ -140,6 +140,7 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0], ...@@ -140,6 +140,7 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
("CustomGBForce", "addTabulatedFunction") : [1], ("CustomGBForce", "addTabulatedFunction") : [1],
("CustomHbondForce", "addTabulatedFunction") : [1], ("CustomHbondForce", "addTabulatedFunction") : [1],
("CustomCompoundBondForce", "addTabulatedFunction") : [1], ("CustomCompoundBondForce", "addTabulatedFunction") : [1],
("CustomManyParticleForce", "addTabulatedFunction") : [1],
} }
# This is a list of units to attach to return values and method args. # This is a list of units to attach to return values and method 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