Unverified Commit 6b32fc32 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2023 from peastman/swig

Fixed error in SWIG wrapper for CustomIntegrator.addTabulatedFunction()
parents 5dfc1ecb e193f9d8
......@@ -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