j
k
j a
j l
On 5/20/2010 10:49 AM, vicente.botet wrote:
...forces_threads.create_thread(boost::bind(&ElasticRods::computeBendingForces,this,edges,kb,edges_initial));
forces_threads.create_thread(boost::bind(&ElasticRods::computeBendingForces,this,edges,kb,edges_initial));
You're probably copying a large object here. Use boost::ref() for objects you don't want to copy.
Back to the thread
Back to the list