summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-07-30 19:49:01 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-07-30 19:49:01 +0100
commitfeee5525398160280fbb12d8fb340ceef20c67d3 (patch)
treee3d7e6391f49f5856d54bbe8ff807bd0a46d5840 /src/GipfelWidget.cxx
parent306a3865d4874417df3ce35e5a1792d194a0a1c6 (diff)
exclude track points from computations
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r--src/GipfelWidget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index 9f9d10a..9cfbdb6 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -232,7 +232,7 @@ GipfelWidget::set_labels(Hills *v) {
for (j=0; j<v->get_num() && j < i; j++) {
n = v->get(j);
- if (n->flags & HILL_DUPLICATE) {
+ if (n->flags & (HILL_DUPLICATE | HILL_TRACK_POINT)) {
continue;
}