← Back to team overview

yade-dev team mailing list archive

[svn] r1860 - trunk/pkg/dem

 

Author: eudoxos
Date: 2009-07-13 11:41:46 +0200 (Mon, 13 Jul 2009)
New Revision: 1860

Modified:
   trunk/pkg/dem/SConscript
Log:
1. Fix EngineUnits linkage for SImpleViscoelasticRelationships


Modified: trunk/pkg/dem/SConscript
===================================================================
--- trunk/pkg/dem/SConscript	2009-07-12 21:22:02 UTC (rev 1859)
+++ trunk/pkg/dem/SConscript	2009-07-13 09:41:46 UTC (rev 1860)
@@ -970,7 +970,8 @@
 		,['Engine/EngineUnit/SimpleViscoelasticRelationships.cpp']
 		,LIBS=env['LIBS']+['SimpleViscoelasticBodyParameters'
 		    ,'ViscoelasticInteraction'
-		    ,'SpheresContactGeometry'
+		    ,'SpheresContactGeometry',
+			 'EngineUnits'
 		    ])
 
 	,env.SharedLibrary('BasicViscoelasticRelationships'