← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2270: was not compiling with wm3

 

------------------------------------------------------------
revno: 2270
committer: Janek Kozicki <cosurgi@xxxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-06-03 02:02:23 +0200
message:
  was not compiling with wm3
modified:
  pkg/dem/Engine/GlobalEngine/PeriIsoCompressor.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/Engine/GlobalEngine/PeriIsoCompressor.cpp'
--- pkg/dem/Engine/GlobalEngine/PeriIsoCompressor.cpp	2010-05-26 17:49:15 +0000
+++ pkg/dem/Engine/GlobalEngine/PeriIsoCompressor.cpp	2010-06-03 00:02:23 +0000
@@ -10,8 +10,9 @@
 
 using namespace std;
 
+#ifndef YADE_WM3
 YADE_PLUGIN((PeriIsoCompressor)(PeriTriaxController)(Peri3dController))
-
+#endif
 
 CREATE_LOGGER(PeriIsoCompressor);
 void PeriIsoCompressor::action(){


Follow ups