3386: Add aliases for 2D algebra::vec.

* mln/core/alias/vec2d.hh: new. new aliases for float and double 2d vectors. * mln/core/alias/all.hh, * mln/essential/2d.hh: include the new header. --- milena/ChangeLog | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f9e905f..62c0696 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -8,6 +8,16 @@ * mln/core/alias/all.hh, * mln/essential/2d.hh: include the new header. +2009-02-18 Guillaume Lazzara <z@lrde.epita.fr> + + Add aliases for 2D algebra::vec. + + * mln/core/alias/vec2d.hh: new. new aliases for float and double 2d + vectors. + + * mln/core/alias/all.hh, + * mln/essential/2d.hh: include the new header. + 2009-02-18 Edwin Carlinet <carlinet@lrde.epita.fr> Fix bugs in connected filters tests and add Makefile rules. -- 1.5.6.5
participants (1)
-
Guillaume Lazzara