
* apps/graph-morpho/Makefile.am (complex1d_SOURCES): Add io.hh and morpho.hh. * apps/graph-morpho/morpho.hh: Typo. Aesthetic changes. --- milena/ChangeLog | 9 +++++++++ milena/apps/graph-morpho/Makefile.am | 2 +- milena/apps/graph-morpho/morpho.hh | 8 ++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index d40aae2..175d674 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,14 @@ 2009-09-10 Roland Levillain <roland@lrde.epita.fr> + Misc. changes in apps/graph-morpho. + + * apps/graph-morpho/Makefile.am (complex1d_SOURCES): + Add io.hh and morpho.hh. + * apps/graph-morpho/morpho.hh: Typo. + Aesthetic changes. + +2009-09-10 Roland Levillain <roland@lrde.epita.fr> + Simplify apps/graph-morpho/complex1d.cc. * apps/graph-morpho/io.hh (println): Take an extra argument to diff --git a/milena/apps/graph-morpho/Makefile.am b/milena/apps/graph-morpho/Makefile.am index faa0fd4..f3440c4 100644 --- a/milena/apps/graph-morpho/Makefile.am +++ b/milena/apps/graph-morpho/Makefile.am @@ -21,7 +21,7 @@ APPS_CXXFLAGS = @APPS_CXXFLAGS@ AM_CXXFLAGS = $(APPS_CXXFLAGS) noinst_PROGRAMS = complex1d -complex1d_SOURCES = complex1d.cc +complex1d_SOURCES = complex1d.cc io.hh morpho.hh TESTS = complex1d diff --git a/milena/apps/graph-morpho/morpho.hh b/milena/apps/graph-morpho/morpho.hh index bc9a361..ef11951 100644 --- a/milena/apps/graph-morpho/morpho.hh +++ b/milena/apps/graph-morpho/morpho.hh @@ -45,12 +45,12 @@ # include <mln/core/image/complex_neighborhood_piter.hh> -/*--------------------------. -| Vertex-edges combinator. | -`--------------------------*/ +/*----------------------------. +| Vertices-edges combinator. | +`----------------------------*/ /// Combine the vertices and the edges of two images to create a new -/// graph image (operator \f$\ovee\f$). +/// graph image (``operator'' \f$\ovee\f$). template <typename I> inline mln_concrete(I) -- 1.6.4.2