Commit d4fcab2a authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed Python API for CustomCVForce

parent 03a2eec0
......@@ -142,6 +142,8 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
("CustomHbondForce", "addTabulatedFunction") : [1],
("CustomCompoundBondForce", "addTabulatedFunction") : [1],
("CustomManyParticleForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addCollectiveVariable") : [1],
("CompoundIntegrator", "addIntegrator") : [0],
}
......
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