Random number generator now works with size_t
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@870 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -99,7 +99,7 @@ private:
|
|||||||
size_t iterations_;
|
size_t iterations_;
|
||||||
|
|
||||||
/// maximum random number generated, which is used for normalization
|
/// maximum random number generated, which is used for normalization
|
||||||
double maxNum_;
|
size_t maxNum_;
|
||||||
};
|
};
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user