Question about custom property in the simulation with parallel cpus
Hi
I have added a custom properties for each contact to store some value, for example myvalue[n].
If I retrive this value like "double tmp = myvalue[0]", where "tmp" was defined in the calculateforce(), then all the calculation I used tmp, in the parallel mode, does "tmp" for each contact assgined correctly?
Thanks