← Back to team overview

yade-dev team mailing list archive

[svn] r1483 - trunk/pkg/dem/PreProcessor

 

Author: eudoxos
Date: 2008-08-20 15:08:55 +0200 (Wed, 20 Aug 2008)
New Revision: 1483

Modified:
   trunk/pkg/dem/PreProcessor/SDECLinkedSpheres.cpp
Log:
1. Fix SDECLinkedSpheres returning false on succes (?!).


Modified: trunk/pkg/dem/PreProcessor/SDECLinkedSpheres.cpp
===================================================================
--- trunk/pkg/dem/PreProcessor/SDECLinkedSpheres.cpp	2008-08-20 12:50:38 UTC (rev 1482)
+++ trunk/pkg/dem/PreProcessor/SDECLinkedSpheres.cpp	2008-08-20 13:08:55 UTC (rev 1483)
@@ -215,7 +215,7 @@
 		+ lexical_cast<string>(rootBody->persistentInteractions->size()) 
 		+ "\nWARNING: link bonds are nearly working, but the formulas are waiting for total rewrite!"
 		+"\nWARNING: interactions will not generate any force since we use SpheresContactGeometry instead of SDECLinkGeometry now.";
-	return false;
+	return true;
 }