← Back to team overview

yade-dev team mailing list archive

[svn] r1609 - in trunk/pkg/dem: . PreProcessor

 

Author: cosurgi
Date: 2009-01-05 17:46:36 +0100 (Mon, 05 Jan 2009)
New Revision: 1609

Modified:
   trunk/pkg/dem/PreProcessor/TriaxialTest.cpp
   trunk/pkg/dem/SConscript
Log:
Code wasn't compiling because of #include MicroMacroAnalyser - comment it out.



Modified: trunk/pkg/dem/PreProcessor/TriaxialTest.cpp
===================================================================
--- trunk/pkg/dem/PreProcessor/TriaxialTest.cpp	2009-01-05 15:00:15 UTC (rev 1608)
+++ trunk/pkg/dem/PreProcessor/TriaxialTest.cpp	2009-01-05 16:46:36 UTC (rev 1609)
@@ -80,7 +80,7 @@
 #include <boost/random/variate_generator.hpp>
 #include <boost/random/normal_distribution.hpp>
 
-#include<yade/pkg-dem/MicroMacroAnalyser.hpp>
+//#include<yade/pkg-dem/MicroMacroAnalyser.hpp>
 
 
 CREATE_LOGGER(TriaxialTest);

Modified: trunk/pkg/dem/SConscript
===================================================================
--- trunk/pkg/dem/SConscript	2009-01-05 15:00:15 UTC (rev 1608)
+++ trunk/pkg/dem/SConscript	2009-01-05 16:46:36 UTC (rev 1609)
@@ -733,6 +733,7 @@
 			'AveragePositionRecorder',
 			'VelocityRecorder',
 			'ForceRecorder',
+#			'MicroMacroAnalyser',
 			'SimpleElasticRelationships',
 			'ElasticCriterionTimeStepper',
 			'PhysicalActionVectorVector',