Closed paulkry closed 5 years ago
I wanna do this. Tell me if someone is already on it.
All yours!
Yes, do it! Should make a number of things cleaner in the code, with the only drawback being that it is harder to see the full lambda vector... but we never were doing such things.
Done in commit. Looks like it didn't break nor fix anything :D
Instead of storing lambdas in a vector, allocating these vectors, and keeping contact indices, can we just let these values live inside the contacts? Not a bug, but certainly something that will help prevent bugs!