yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10666
[Branch ~yade-pkg/yade/git-trunk] Rev 3888: fix include path pkg/pfv
------------------------------------------------------------
revno: 3888
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Thu 2014-04-03 18:45:33 +0200
message:
fix include path pkg/pfv
modified:
pkg/pfv/DummyFlowEngine.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/DummyFlowEngine.cpp'
--- pkg/pfv/DummyFlowEngine.cpp 2014-04-03 13:37:55 +0000
+++ pkg/pfv/DummyFlowEngine.cpp 2014-04-03 16:45:33 +0000
@@ -14,7 +14,7 @@
// #define DUMMYFLOW
#ifdef DUMMYFLOW
#define TEMPLATE_FLOW_NAME DummyFlowEngineT
-#include <yade/pkg/dem/FlowEngine.hpp>
+#include <yade/pkg/pfv/FlowEngine.hpp>
/// We can add data to the Info types by inheritance
class DummyCellInfo : public FlowCellInfo