[Lemon-commits] [lemon_svn] athos: r674 - hugo/trunk/src/include

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:54 CET 2006


Author: athos
Date: Mon May  3 16:43:49 2004
New Revision: 674

Modified:
   hugo/trunk/src/include/xy.h

Log:
An awful mistake found and corrected.

Modified: hugo/trunk/src/include/xy.h
==============================================================================
--- hugo/trunk/src/include/xy.h	(original)
+++ hugo/trunk/src/include/xy.h	Mon May  3 16:43:49 2004
@@ -41,7 +41,7 @@
       xy() : x(0), y(0) {}
 
       ///Constructing the instance from coordinates
-      xy(T a, T b) : x(a), y(a) { }
+      xy(T a, T b) : x(a), y(b) { }
 
 
       ///Gives back the square of the norm of the vector



More information about the Lemon-commits mailing list