* theo/esiee/laurent/presentation/classif.cc: Here.
---
milena/sandbox/ChangeLog | 6 ++++++
.../theo/esiee/laurent/presentation/classif.cc | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog
index ba73002..c64e27c 100644
--- a/milena/sandbox/ChangeLog
+++ b/milena/sandbox/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-05 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Rename nfaces(unsigned) as nfaces_of_dim(unsigned).
+
+ * theo/esiee/laurent/presentation/classif.cc: Here.
+
2009-06-08 Edwin Carlinet <carlinet(a)lrde.epita.fr>
Minor changes to move_accu script.
diff --git a/milena/sandbox/theo/esiee/laurent/presentation/classif.cc
b/milena/sandbox/theo/esiee/laurent/presentation/classif.cc
index 3b2bea2..0b9912d 100644
--- a/milena/sandbox/theo/esiee/laurent/presentation/classif.cc
+++ b/milena/sandbox/theo/esiee/laurent/presentation/classif.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE)
+// Copyright (C) 2008, 2009 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
@@ -396,7 +396,7 @@ int main(int argc, char* argv[])
We definitely need a complex_image that can accept a subset of a
complex as domain (or at least a p_face<N, D, P>. */
- std::cout << "nbasins = " << nbasins - c.nfaces(0) <<
std::endl;
+ std::cout << "nbasins = " << nbasins - c.nfaces_of_dim(0)
<< std::endl;
image2d<int_u8> canvas_wst(seeds.domain());
--
1.6.1.2
Show replies by date