olena-2.0-5-gf31589e mln/value/builtin/floatings.hh: Fix string name for builtin double type.

--- milena/ChangeLog | 5 +++++ milena/mln/value/builtin/floatings.hh | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 159417c..5a3b501 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,8 @@ +2011-10-14 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/value/builtin/floatings.hh: Fix string name for builtin + double type. + 2011-09-15 Guillaume Lazzara <z@lrde.epita.fr> Fix Scribo build system. diff --git a/milena/mln/value/builtin/floatings.hh b/milena/mln/value/builtin/floatings.hh index e30e949..663dc0b 100644 --- a/milena/mln/value/builtin/floatings.hh +++ b/milena/mln/value/builtin/floatings.hh @@ -1,4 +1,5 @@ -// Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2007, 2008, 2009, 2011 EPITA Research and Development +// Laboratory (LRDE) // // This file is part of Olena. // @@ -131,7 +132,7 @@ namespace mln typedef double sum; static const char* name() - { return "float"; } + { return "double"; } }; -- 1.7.2.5
participants (1)
-
Guillaume Lazzara