← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1790: Trivial fix. But shape feature is no longer supported, fix such things yourself next time, if you...

 

------------------------------------------------------------
revno: 1790
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-11-17 17:34:34 +0100
message:
  Trivial fix. But shape feature is no longer supported, fix such things yourself next time, if you need them.
modified:
  pkg/dem/PreProcessor/STLImporterTest.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 'pkg/dem/PreProcessor/STLImporterTest.cpp'
--- pkg/dem/PreProcessor/STLImporterTest.cpp	2009-11-17 12:26:35 +0000
+++ pkg/dem/PreProcessor/STLImporterTest.cpp	2009-11-17 16:34:34 +0000
@@ -13,6 +13,7 @@
 #include<yade/pkg-common/InteractingFacet.hpp>
 #ifdef YADE_SHAPE
 	#include<yade/pkg-common/Facet.hpp>
+	#include<yade/pkg-common/Sphere.hpp>
 #endif
 #include<yade/core/Body.hpp>
 #include<yade/core/Interaction.hpp>