Index: ChangeLog from Christophe Berger <christophe@lrde.epita.fr> * olena/oln/core/gen/regular_window.hh: Make it compile. * olena/oln/appli/astro/tree_coherence_check.hh: Fix type in comments. * olena/oln/appli/astro/tree_statistics.hh: Fix typo in comments. * olena/oln/appli/astro/graphical_interface/interface.pro: Add a dependency. appli/astro/graphical_interface/interface.pro | 2 +- appli/astro/tree_coherence_check.hh | 2 +- appli/astro/tree_statistics.hh | 3 ++- core/gen/regular_window.hh | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) Index: olena/oln/appli/astro/tree_coherence_check.hh --- olena/oln/appli/astro/tree_coherence_check.hh (revision 241) +++ olena/oln/appli/astro/tree_coherence_check.hh (working copy) @@ -146,7 +146,7 @@ ** search for parent (par) of p ** ensure (p) is contained in children of (par) ** else - ** // nothing, root parent of hitself + ** // nothing, root parent of itself ** ** \endcode ** Index: olena/oln/appli/astro/graphical_interface/interface.pro --- olena/oln/appli/astro/graphical_interface/interface.pro (revision 241) +++ olena/oln/appli/astro/graphical_interface/interface.pro (working copy) @@ -7,7 +7,7 @@ SOURCES += main.cc -HEADERS += filterinterface.hh image_viewer.hh qtincludes.hh utils.hh ../../../canvas/tree.hh ../../../canvas/maxtree.hh +HEADERS += filterinterface.hh image_viewer.hh qtincludes.hh utils.hh ../../../canvas/tree.hh ../../../canvas/maxtree.hh ../clean.hh FORMS = visualization_window.ui Index: olena/oln/appli/astro/tree_statistics.hh --- olena/oln/appli/astro/tree_statistics.hh (revision 241) +++ olena/oln/appli/astro/tree_statistics.hh (working copy) @@ -131,7 +131,8 @@ ** ** count <- 0 ** for all points of input - ** if p is global root or if p has a different value than his parent's value in input image + ** if p is global root or if p has a different value + ** than his parent's value in input image ** then increment count (p is a local root) ** at the end, return the count ** Index: olena/oln/core/gen/regular_window.hh --- olena/oln/core/gen/regular_window.hh (revision 241) +++ olena/oln/core/gen/regular_window.hh (working copy) @@ -137,7 +137,7 @@ { E out; - for (unsigned i = 0; i < card(); ++i) + for (unsigned i = 0; i < this->dp_.card(); ++i) { const dpoint_type& dp = dp_[i]; @@ -159,7 +159,7 @@ E out; - for (unsigned i = 0; i < card(); ++i) + for (unsigned i = 0; i < this->dp_.card(); ++i) { const dpoint_type& dp = dp_[i]; @@ -186,7 +186,7 @@ { E out; - for (unsigned i = 0; i < card(); ++i) + for (unsigned i = 0; i < this->dp_.card(); ++i) { const dpoint_type& dp = dp_[i]; @@ -207,7 +207,7 @@ { E out; - for (unsigned i = 0; i < card(); ++i) + for (unsigned i = 0; i < this->dp_.card(); ++i) { const dpoint_type& dp = get_dp()[i];