------------------------------------------------------------
revno: 3941
committer: Bruno Chareyre <[email protected]>
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);

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to