← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3960: fix comment on label.

 

------------------------------------------------------------
revno: 3960
committer: Chao Yuan <chaoyuan2012@xxxxxxxxx>
timestamp: Wed 2016-11-02 11:47:10 +0100
message:
  fix comment on label.
modified:
  pkg/pfv/TwoPhaseFlowEngine.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/TwoPhaseFlowEngine.hpp'
--- pkg/pfv/TwoPhaseFlowEngine.hpp	2016-11-02 10:40:55 +0000
+++ pkg/pfv/TwoPhaseFlowEngine.hpp	2016-11-02 10:47:10 +0000
@@ -34,7 +34,7 @@
 	int windowsID;//a temp cell info for experiment comparison(used by chao)
 	double solidLine [4][4];//the length of intersecting line between sphere and facet. [i][j] is for facet "i" and sphere (facetVertices)"[i][j]". Last component [i][3] for 1/sumLines in the facet "i" (used by chao).
 	
-	int label;//for marking disconnected clusters. initally all set to -1; first update -> connect to NW-res: 0; connect to W-res: 1; then label disconnected W-clusters by 2,3,4...
+	int label;//for marking disconnected clusters. NW-res: 0; W-res: 1; W-clusters by 2,3,4...
 	TwoPhaseCellInfo (void)
 	{
 		isWRes = true; isNWRes = false; isTrapW = false; isTrapNW = false;