yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10900
[Branch ~yade-pkg/yade/git-trunk] Rev 3986: make FlowEngine::setPositionsBuffer virtual
------------------------------------------------------------
revno: 3986
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Tue 2014-05-27 09:50:01 +0200
message:
make FlowEngine::setPositionsBuffer virtual
modified:
pkg/pfv/FlowEngine.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/FlowEngine.hpp'
--- pkg/pfv/FlowEngine.hpp 2014-05-26 23:23:29 +0000
+++ pkg/pfv/FlowEngine.hpp 2014-05-27 07:50:01 +0000
@@ -88,7 +88,7 @@
vector<posData> positionBufferCurrent;//reflect last known positions before we start computations
vector<posData> positionBufferParallel;//keep the positions from a given step for multithread factorization
//copy positions in a buffer for faster and/or parallel access
- void setPositionsBuffer(bool current);
+ virtual void setPositionsBuffer(bool current);
virtual void trickPermeability() {};
public :