← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 3029: - missing in previous commit (sorry)

 

------------------------------------------------------------
revno: 3029
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2012-02-14 18:04:44 +0100
message:
  - missing in previous commit (sorry)
modified:
  lib/triangulation/KinematicLocalisationAnalyser.cpp


--
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 'lib/triangulation/KinematicLocalisationAnalyser.cpp'
--- lib/triangulation/KinematicLocalisationAnalyser.cpp	2012-01-20 17:31:56 +0000
+++ lib/triangulation/KinematicLocalisationAnalyser.cpp	2012-02-14 17:04:44 +0000
@@ -34,7 +34,7 @@
 {
 	sphere_discretisation = SPHERE_DISCRETISATION;
 	linear_discretisation = LINEAR_DISCRETISATION;
-	consecutive = true;
+	consecutive = false;
 	bz2=true;
 	TS1=new TriaxialState;
 	TS0=new TriaxialState;
@@ -51,7 +51,7 @@
 {
 	sphere_discretisation = SPHERE_DISCRETISATION;
 	linear_discretisation = LINEAR_DISCRETISATION;
-	consecutive = true;
+	consecutive = false;
 	bz2=true;
 	TS1 = new(TriaxialState);
 	TS0 = NULL;