Commit e193f9d8 authored by peastman's avatar peastman
Browse files

Fixed error in SWIG wrapper for CustomIntegrator.addTabulatedFunction()

parent 5dfc1ecb
......@@ -148,6 +148,7 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
("CustomManyParticleForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addCollectiveVariable") : [1],
("CustomIntegrator", "addTabulatedFunction") : [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