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:
Jan Möbius
2013-07-24 11:03:39 +00:00
parent d3cd7bfe06
commit b9df6c4040

View File

@@ -99,7 +99,7 @@ private:
size_t iterations_;
/// maximum random number generated, which is used for normalization
double maxNum_;
size_t maxNum_;
};
//=============================================================================