------------------------------------------------------------ revno: 3523 committer: T Sweijen <[email protected]> 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"
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

