yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10599
[Branch ~yade-pkg/yade/git-trunk] Rev 3853: fix compile error due to dirty hack (cpp's included by another cpp)
------------------------------------------------------------
revno: 3853
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Sun 2014-03-23 03:10:28 +0100
message:
fix compile error due to dirty hack (cpp's included by another cpp)
modified:
pkg/dem/FlowEngine.cpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/FlowEngine.cpp'
--- pkg/dem/FlowEngine.cpp 2014-03-21 18:47:45 +0000
+++ pkg/dem/FlowEngine.cpp 2014-03-23 02:10:28 +0000
@@ -14,9 +14,6 @@
CREATE_LOGGER(FlowEngine );
YADE_PLUGIN((FlowEngine));
-#include <yade/pkg/dem/PeriodicFlowEngine.cpp>
-#include <yade/pkg/dem/DFNFlow.cpp>
-
#endif //FLOW_ENGINE
#endif /* YADE_CGAL */