yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10993
[Branch ~yade-pkg/yade/git-trunk] Rev 4035: Fix templates names.
------------------------------------------------------------
revno: 4035
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Fri 2014-06-20 22:10:04 +0200
message:
Fix templates names.
modified:
pkg/pfv/DFNFlow.cpp
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/DFNFlow.cpp'
--- pkg/pfv/DFNFlow.cpp 2014-06-20 15:28:21 +0000
+++ pkg/pfv/DFNFlow.cpp 2014-06-20 20:10:04 +0000
@@ -23,7 +23,7 @@
};
-class DFNVertexInfo : public FlowVertexInfo_DummyFlowEngineT {
+class DFNVertexInfo : public FlowVertexInfo_DFNFlowEngineT {
public:
//same here if needed
};
=== modified file 'pkg/pfv/SoluteFlowEngine.cpp'
--- pkg/pfv/SoluteFlowEngine.cpp 2014-06-20 15:28:21 +0000
+++ pkg/pfv/SoluteFlowEngine.cpp 2014-06-20 20:10:04 +0000
@@ -25,7 +25,7 @@
inline void getInfo (const SoluteCellInfo& otherCellInfo) {FlowCellInfo_SoluteFlowEngineT::getInfo(otherCellInfo); solute()=otherCellInfo.solute();}
};
-typedef TemplateFlowEngine_SoluteFlowEngineT<SoluteCellInfo,FlowVertexInfo_DummyFlowEngineT> SoluteFlowEngineT;
+typedef TemplateFlowEngine_SoluteFlowEngineT<SoluteCellInfo,FlowVertexInfo_SoluteFlowEngineT> SoluteFlowEngineT;
REGISTER_SERIALIZABLE(SoluteFlowEngineT);
YADE_PLUGIN((SoluteFlowEngineT));