← Back to team overview

yade-users team mailing list archive

Re: [Question #682390]: label name is not defined

 

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.