yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #13039
[Branch ~yade-pkg/yade/git-trunk] Rev 4025: #define DFNFLOW commented out
------------------------------------------------------------
revno: 4025
committer: bchareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Tue 2017-03-14 18:55:33 +0100
message:
#define DFNFLOW commented out
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 2017-03-14 17:54:25 +0000
+++ pkg/pfv/DFNFlow.cpp 2017-03-14 17:55:33 +0000
@@ -14,7 +14,7 @@
//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"