[PATCH 07/27] mln/io/all.hh: Reenable support for OFF I/O routines.

--- milena/ChangeLog | 4 ++++ milena/mln/io/all.hh | 6 +++++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f40a943..6a0eb69 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,7 @@ +2009-06-01 Roland Levillain <roland@lrde.epita.fr> + + * mln/io/all.hh: Reenable support for OFF I/O routines. + 2009-06-03 Roland Levillain <roland@lrde.epita.fr> Fix some copyright headers. diff --git a/milena/mln/io/all.hh b/milena/mln/io/all.hh index bf21c89..409c4aa 100644 --- a/milena/mln/io/all.hh +++ b/milena/mln/io/all.hh @@ -46,6 +46,10 @@ namespace mln } +/*-----------------------. +| Built-in I/O support. | +`-----------------------*/ + # include <mln/io/cloud/all.hh> # include <mln/io/dump/all.hh> # include <mln/io/dicom/load.hh> @@ -58,7 +62,7 @@ namespace mln # include <mln/io/ppm/all.hh> # include <mln/io/tiff/all.hh> # include <mln/io/txt/all.hh> +# include <mln/io/off/all.hh> //# include <mln/io/fits/all.hh> -//# include <mln/io/off/all.hh> #endif // ! MLN_IO_ALL_HH -- 1.6.1.2
participants (1)
-
Roland Levillain