yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10787
[Branch ~yade-pkg/yade/git-trunk] Rev 3941: fix compile error in 298f0b6
------------------------------------------------------------
revno: 3941
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Wed 2014-05-07 12:28:20 +0200
message:
fix compile error in 298f0b6
modified:
pkg/pfv/FlowEngine.ipp
--
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.ipp'
--- pkg/pfv/FlowEngine.ipp 2014-05-07 09:30:47 +0000
+++ pkg/pfv/FlowEngine.ipp 2014-05-07 10:28:20 +0000
@@ -133,8 +133,9 @@
if (debug && !backgroundCompleted) cerr<<"still computing solver in the background, ellapsedIter="<<ellapsedIter<<endl;
ellapsedIter++;
}
- } else {
- #endif
+ } else
+ #endif
+ {
if (updateTriangulation && !first) {
buildTriangulation (pZero, *solver);
initializeVolumes(*solver);