Question #682390 on Yade changed:
https://answers.launchpad.net/yade/+question/682390

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

indeed, it does not work for your example but does work for 
examples/concrete/uniax.py
Strange, I will have a look

a workaround (not using labels):
###
...
is2aabb = Bo1_Sphere_Aabb(aabbEnlargeFactor=intR)
ss2sc = Ig2_Sphere_Sphere_ScGeom(interactionDetectionFactor=intR)
engines=[
    ...
    InsertionSortCollider([is2aabb,]),
    InteractionLoop(
        [ss2sc], 
...
###

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to