Unverified Commit 3bff14a2 authored by Evan Pretti's avatar Evan Pretti Committed by GitHub
Browse files

Added CustomCentroidBondForce.addTabulatedFunction to STEAL_OWNERSHIP table in...


Added CustomCentroidBondForce.addTabulatedFunction to STEAL_OWNERSHIP table in Python wrapper configuration script (#4340)
Co-authored-by: default avatarEvan Pretti <evan@pretti.net>
parent ff3432fa
......@@ -144,6 +144,7 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
("CustomNonbondedForce", "addTabulatedFunction") : [1],
("CustomGBForce", "addTabulatedFunction") : [1],
("CustomHbondForce", "addTabulatedFunction") : [1],
("CustomCentroidBondForce", "addTabulatedFunction") : [1],
("CustomCompoundBondForce", "addTabulatedFunction") : [1],
("CustomManyParticleForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addTabulatedFunction") : [1],
......
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