author | athos |
Mon, 03 May 2004 14:43:49 +0000 | |
changeset 514 | fd991a24c857 |
parent 513 | 60afd11e6cb3 |
child 515 | a7eeb8af6b34 |
src/include/xy.h | file | annotate | diff | comparison | revisions |
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