← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3808: fix a compile error

 

------------------------------------------------------------
revno: 3808
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Thu 2016-03-10 19:31:27 +0100
message:
  fix a compile error
modified:
  lib/triangulation/FlowBoundingSphere.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 'lib/triangulation/FlowBoundingSphere.ipp'
--- lib/triangulation/FlowBoundingSphere.ipp	2016-03-09 09:37:18 +0000
+++ lib/triangulation/FlowBoundingSphere.ipp	2016-03-10 18:31:27 +0000
@@ -690,7 +690,7 @@
 		rn.push_back(normal[0]);
 		rn.push_back(normal[1]);
 		rn.push_back(normal[2]);
-		Constriction cons (pair<int,int>(f_it->first->info().id(),f_it->first->neighbor(f_it->second)->info().id()),rn);
+		Constriction cons (pair<int,int>(f_it->first->info().id,f_it->first->neighbor(f_it->second)->info().id),rn);
 		constrictions.push_back(cons);
 	}
 	return constrictions;