Comment 4 for bug 582516

Revision history for this message
Bruno Chareyre (bruno-chareyre) wrote :

This code :

void Law2_ScGeom_CohFrictPhys_ElasticPlastic::go(shared_ptr<InteractionGeometry>& ig, shared_ptr<InteractionPhysics>& ip, Interaction* contact, Scene* ncb)
{
 cerr << "CFL starts"<<endl;
 cerr << (scene ? "yep" : "no") << endl;
 Real dt = scene->dt;

results in :

CFL starts
no
Erreur de segmentation