Hi, The interaction physics defined for each of those 3 laws now inherit from FrictPhysTransitory rather than FrictPhys. This is because I removed prevNormal and frictionAngle from FrictPhys but one or both of them were used in the classes above.
In order to fix the classes, you can make them inherit from FrictPhys again and see the compile errors. Removing the correspoding lines should be safe, but I didn't cause I was not 100% sure it would not break something. Please let me know when you can make them inherit from FrictPhys, then I'll remove FrictPhysTransitory. Cheers. Bruno _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

