← Back to team overview

yade-dev team mailing list archive

[yade/trunk] 035eee: Fix bug #1161847 : Cannot create two clumpClouds i...

 

  Branch: refs/heads/master
  Home:   https://github.com/yade/trunk
  Commit: 035eeee055f6f2b3dcc8d195a0c9fdf0e3ea68cc
      https://github.com/yade/trunk/commit/035eeee055f6f2b3dcc8d195a0c9fdf0e3ea68cc
  Author: Francois Kneib <francois.kneib@xxxxxxxxx>
  Date:   2013-05-23 (Thu, 23 May 2013)

  Changed paths:
    M pkg/dem/SpherePack.cpp

  Log Message:
  -----------
  Fix bug #1161847 : Cannot create two clumpClouds in the same simulation (https://bugs.launchpad.net/yade/+bug/1161847).
Modified makeClumpCloud(...) in SpherePack.cpp : the random generator was wrong, fixed it.