An awful mistake found and corrected.
authorathos
Mon, 03 May 2004 14:43:49 +0000
changeset 514fd991a24c857
parent 513 60afd11e6cb3
child 515 a7eeb8af6b34
An awful mistake found and corrected.
src/include/xy.h
     1.1 --- a/src/include/xy.h	Mon May 03 14:42:40 2004 +0000
     1.2 +++ b/src/include/xy.h	Mon May 03 14:43:49 2004 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4        xy() : x(0), y(0) {}
     1.5  
     1.6        ///Constructing the instance from coordinates
     1.7 -      xy(T a, T b) : x(a), y(a) { }
     1.8 +      xy(T a, T b) : x(a), y(b) { }
     1.9  
    1.10  
    1.11        ///Gives back the square of the norm of the vector