------------------------------------------------------------ revno: 1821 committer: Václav Šmilauer <[email protected]> branch nick: trunk timestamp: Sun 2009-11-29 12:05:09 +0100 message: 1. Re-enable temporarily commented code. modified: scripts/test/facet-sphere.py
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'scripts/test/facet-sphere.py' --- scripts/test/facet-sphere.py 2009-11-29 11:03:25 +0000 +++ scripts/test/facet-sphere.py 2009-11-29 11:05:09 +0000 @@ -3,17 +3,17 @@ # # Test case for sphere-facet interaction. O.engines=[ - #BexResetter(), + BexResetter(), BoundingVolumeMetaEngine([InteractingSphere2AABB(),InteractingFacet2AABB()]), - #InsertionSortCollider(), + InsertionSortCollider(), #SpatialQuickSortCollider(), InteractionDispatchers( [ef2_Facet_Sphere_Dem3DofGeom()], [SimpleElasticRelationships()], [Law2_Dem3Dof_Elastic_Elastic()], ), - #GravityEngine(gravity=[0,0,-10]), - #NewtonsDampedLaw(damping=0.01), + GravityEngine(gravity=[0,0,-10]), + NewtonsDampedLaw(damping=0.01), ] O.bodies.append([
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

