[Lemon-commits] alpar: r3211 - lemon/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Thu Mar 1 17:04:12 CET 2007
Author: alpar
Date: Thu Mar 1 17:04:12 2007
New Revision: 3211
Modified:
lemon/trunk/lemon/random.h
Log:
ball2() -> disc() renaming
Modified: lemon/trunk/lemon/random.h
==============================================================================
--- lemon/trunk/lemon/random.h (original)
+++ lemon/trunk/lemon/random.h Thu Mar 1 17:04:12 2007
@@ -754,7 +754,7 @@
///@{
/// Uniform distribution on the full unit circle.
- dim2::Point<double> ball2()
+ dim2::Point<double> disc()
{
double V1,V2;
do {
More information about the Lemon-commits
mailing list