* 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(a)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(a)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
* demo/viewer/Makefile.am: Here.
---
scribo/ChangeLog | 6 ++++++
scribo/demo/viewer/Makefile.am | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index ab98d1e..77ca627 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-29 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix inclusion paths in Scribo.
+
+ * demo/viewer/Makefile.am: Here.
+
2013-08-27 Roland Levillain <roland(a)lrde.epita.fr>
Use mln::math::pi instead of a macro-based definition in Scribo.
diff --git a/scribo/demo/viewer/Makefile.am b/scribo/demo/viewer/Makefile.am
index d79abcf..60a8fd5 100644
--- a/scribo/demo/viewer/Makefile.am
+++ b/scribo/demo/viewer/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 EPITA Research and Development
+# Copyright (C) 2009, 2010, 2011, 2013 EPITA Research and Development
# Laboratory (LRDE).
#
# This file is part of Olena.
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
+include $(top_srcdir)/scribo/scribo.mk
include $(top_srcdir)/build-aux/autotroll.mk
--
1.7.10.4