yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11580
[Branch ~yade-pkg/yade/git-trunk] Rev 3511: #undef DFNFLOW
------------------------------------------------------------
revno: 3511
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Tue 2014-10-28 17:10:15 +0100
message:
#undef DFNFLOW
modified:
pkg/pfv/DFNFlow.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/pfv/DFNFlow.cpp'
--- pkg/pfv/DFNFlow.cpp 2014-10-28 15:29:05 +0000
+++ pkg/pfv/DFNFlow.cpp 2014-10-28 16:10:15 +0000
@@ -13,7 +13,7 @@
//keep this #ifdef for commited versions unless you really have stable version that should be compiled by default
//it will save compilation time for everyone else
//when you want it compiled, you can pass -DDFNFLOW to cmake, or just uncomment the following line
-#define DFNFLOW
+// #define DFNFLOW
#ifdef DFNFLOW
#include "FlowEngine_DFNFlowEngineT.hpp"