← Back to team overview

yade-dev team mailing list archive

[svn] r1666 - trunk/pkg/dem/DataClass/InteractionPhysics

 

Author: jduriez
Date: 2009-02-16 10:28:32 +0100 (Mon, 16 Feb 2009)
New Revision: 1666

Modified:
   trunk/pkg/dem/DataClass/InteractionPhysics/ElasticContactInteraction.cpp
Log:
- End of the job by suppressing also the corresponding lines in .cpp...


Modified: trunk/pkg/dem/DataClass/InteractionPhysics/ElasticContactInteraction.cpp
===================================================================
--- trunk/pkg/dem/DataClass/InteractionPhysics/ElasticContactInteraction.cpp	2009-02-13 15:45:59 UTC (rev 1665)
+++ trunk/pkg/dem/DataClass/InteractionPhysics/ElasticContactInteraction.cpp	2009-02-16 09:28:32 UTC (rev 1666)
@@ -3,10 +3,6 @@
 ElasticContactInteraction::ElasticContactInteraction()
 {
 	createIndex();
-
-	unMax = 0;
-	previousun = 0;
-	previousFn = 0;
 	
 }
 
@@ -27,9 +23,6 @@
 	//REGISTER_ATTRIBUTE(initialKn);
 	//REGISTER_ATTRIBUTE(initialKs);
 	REGISTER_ATTRIBUTE(tangensOfFrictionAngle);
-	REGISTER_ATTRIBUTE(unMax);
-	REGISTER_ATTRIBUTE(previousun);
-	REGISTER_ATTRIBUTE(previousFn);
 
 
 //		Real		 kn				// normal elastic constant.