← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 1942: -Fix messed comment (save before commit!).

 

------------------------------------------------------------
revno: 1942
committer: Bruno Chareyre <bchareyre@r1arduina>
branch nick: trunk
timestamp: Wed 2010-01-06 00:02:24 +0100
message:
  -Fix messed comment (save before commit!).
modified:
  pkg/dem/DataClass/SpherePack.hpp


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'pkg/dem/DataClass/SpherePack.hpp'
--- pkg/dem/DataClass/SpherePack.hpp	2010-01-05 22:36:42 +0000
+++ pkg/dem/DataClass/SpherePack.hpp	2010-01-05 23:02:24 +0000
@@ -50,7 +50,7 @@
 	void toFile(const string file) const;
 	void fromSimulation();
 
-	// random generation; if num<0, insert as many spheres as possible, if porosity>0 recompute meanRadius (porosity<0.4 recommended) giving a value discards passed rMean recomputes one to try and generate "num" spheres in the box.
+	// random generation; if num<0, insert as many spheres as possible; if porosity>0 recompute meanRadius (porosity<0.4 recommended) to try and generate "num" spheres in the box.
 	long makeCloud(Vector3r min, Vector3r max, Real rMean, Real rFuzz, int num, bool periodic=false, Real porosity=-1);
 
 	// periodic repetition