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