← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3996: fix compile error.

 

------------------------------------------------------------
revno: 3996
committer: Chao Yuan <chaoyuan2012@xxxxxxxxx>
timestamp: Wed 2017-01-25 19:08:06 +0100
message:
  fix compile error.
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	2017-01-25 16:17:13 +0000
+++ pkg/pfv/TwoPhaseFlowEngine.hpp	2017-01-25 18:08:06 +0000
@@ -30,6 +30,7 @@
 	std::vector<double> poreThroatRadius;
 	double poreBodyRadius;
 	double poreBodyVolume;
+	double porosity;
 	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).