← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2896: Add forgotten PSDuse-variable initialization in SpheresFactory

 

------------------------------------------------------------
revno: 2896
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Thu 2011-07-21 11:34:36 +0200
message:
  Add forgotten PSDuse-variable initialization in SpheresFactory
modified:
  pkg/dem/SpheresFactory.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/SpheresFactory.hpp'
--- pkg/dem/SpheresFactory.hpp	2011-07-20 15:30:57 +0000
+++ pkg/dem/SpheresFactory.hpp	2011-07-21 09:34:36 +0000
@@ -38,7 +38,7 @@
 		((vector<Real>,PSDsizes,,,"PSD-dispersion, sizes of cells, Diameter [m]"))
 		((vector<Real>,PSDcum,,,"PSD-dispersion, cumulative procent meanings [-]"))
 		((std::string,PSDcalculate,"mass",,"How the PSD will be calculated: mass, number or volume of particles")),
-		;
+		PSDuse=false;
 	);
 };
 REGISTER_SERIALIZABLE(SpheresFactory);