← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3523: small correction

 

------------------------------------------------------------
revno: 3523
committer: T Sweijen <thomasje100@xxxxxxxxxxx>
timestamp: Tue 2014-11-04 10:46:10 +0100
message:
  small correction
modified:
  pkg/pfv/TwoPhaseFlowEngine.hpp


--
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/TwoPhaseFlowEngine.hpp'
--- pkg/pfv/TwoPhaseFlowEngine.hpp	2014-11-04 09:40:01 +0000
+++ pkg/pfv/TwoPhaseFlowEngine.hpp	2014-11-04 09:46:10 +0000
@@ -13,8 +13,8 @@
 
 //keep this #ifdef as long as you don't really want to realize a final version publicly, 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 TWOPHASEFLOW
-//#ifdef TWOPHASEFLOW
+//#define TWOPHASEFLOW
+#ifdef TWOPHASEFLOW
 
 #include "FlowEngine_TwoPhaseFlowEngineT.hpp"
 


Follow ups