olena: olena-2.0-759-ge9bf0a6 Fix header inclusions in Milena's apps/mesh-segm-skel.

* apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc, * apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc, * apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc, * apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc: Here. --- milena/ChangeLog | 12 ++++++++++++ .../mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc | 4 ++-- .../mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc | 4 ++-- .../apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc | 4 ++-- milena/apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc | 4 ++-- milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc | 4 ++-- milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc | 4 ++-- 7 files changed, 24 insertions(+), 12 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 9a638de..58df7ec 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,15 @@ +2013-08-29 Roland Levillain <roland@lrde.epita.fr> + + Fix header inclusions in Milena's apps/mesh-segm-skel. + + * apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc, + * apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc, + * apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc, + * apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc, + * apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc, + * apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc: + Here. + 2012-02-17 Roland Levillain <roland@lrde.epita.fr> Add tests to generate figures for the WADGMM 2010/LNCS submission. diff --git a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc index 47a5a20..300b201 100644 --- a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc +++ b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2012 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2008-2013 EPITA Research and Development Laboratory (LRDE) // // This file is part of the Milena Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -62,7 +62,7 @@ #include <mln/util/timer.hh> -#include "trimesh/misc.hh" +#include "misc.hh" int diff --git a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc index 7c779e3..30bf8e5 100644 --- a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc +++ b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2012 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2008-2013 EPITA Research and Development Laboratory (LRDE) // // This file is part of the Milena Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -62,7 +62,7 @@ #include <mln/util/timer.hh> -#include "trimesh/misc.hh" +#include "misc.hh" int diff --git a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc index 8f68b3d..e17c477 100644 --- a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc +++ b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-extrema.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008, 2009, 2010 EPITA Research and Development +// Copyright (C) 2008, 2009, 2010, 2013 EPITA Research and Development // Laboratory (LRDE) // // This file is part of the Milena Library. This library is free @@ -62,7 +62,7 @@ #include <mln/io/off/load.hh> #include <mln/io/off/save.hh> -#include "trimesh/misc.hh" +#include "misc.hh" // Doesn't C++ have a better way to express Pi? diff --git a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc index 2d55ff2..a3c4364 100644 --- a/milena/apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc +++ b/milena/apps/mesh-segm-skel/mesh-complex-max-curv-skel.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008, 2009, 2010 EPITA Research and Development +// Copyright (C) 2008, 2009, 2010, 2013 EPITA Research and Development // Laboratory (LRDE) // // This file is part of the Milena Library. This library is free @@ -59,7 +59,7 @@ morphed mln::complex_image (i.e., seen through image_if). */ #include "save_bin_alt.hh" -#include "trimesh/misc.hh" +#include "misc.hh" int diff --git a/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc b/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc index fe7ee70..ced95a0 100644 --- a/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc +++ b/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-segm.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008, 2009, 2010 EPITA Research and Development +// Copyright (C) 2008, 2009, 2010, 2013 EPITA Research and Development // Laboratory (LRDE) // // This file is part of the Milena Library. This library is free @@ -53,7 +53,7 @@ #include <mln/io/off/load.hh> #include <mln/io/off/save.hh> -#include "trimesh/misc.hh" +#include "misc.hh" // Doesn't C++ have a better way to express Pi? diff --git a/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc b/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc index c4b9bb8..d9e6ae4 100644 --- a/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc +++ b/milena/apps/mesh-segm-skel/mesh-complex-pinv-curv-skel.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2010, 2012 EPITA Research and Development +// Copyright (C) 2008-2010, 2012-2013 EPITA Research and Development // Laboratory (LRDE) // // This file is part of the Milena Library. This library is free @@ -61,7 +61,7 @@ morphed mln::complex_image (i.e., seen through image_if). */ #include "save_bin_alt.hh" -#include "trimesh/misc.hh" +#include "misc.hh" // Doesn't C++ have a better way to express Pi? -- 1.7.10.4
participants (1)
-
Roland Levillain