← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3914: undef flag, so SoluteFlow doesn't break compilation on buildbot.

 

------------------------------------------------------------
revno: 3914
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Fri 2014-04-11 10:07:46 +0200
message:
  undef flag, so SoluteFlow doesn't break compilation on buildbot.
modified:
  pkg/pfv/SoluteFlowEngine.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/SoluteFlowEngine.cpp'
--- pkg/pfv/SoluteFlowEngine.cpp	2014-04-10 05:58:01 +0000
+++ pkg/pfv/SoluteFlowEngine.cpp	2014-04-11 08:07:46 +0000
@@ -8,12 +8,11 @@
 #ifdef YADE_CGAL
 #ifdef FLOW_ENGINE
 
-#define SOLUTE_FLOW
+// #define SOLUTE_FLOW
 #ifdef SOLUTE_FLOW
 
 #define TEMPLATE_FLOW_NAME SoluteFlowEngineT
 #include <yade/pkg/pfv/FlowEngine.hpp>
-#undef TEMPLATE_FLOW_NAME
 
 #include <Eigen/Sparse>