summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-05-11 17:23:20 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-05-11 17:23:20 +0200
commit9256a7ef7644f12c5e2f20400b7bf8943433e080 (patch)
treec89de173dcc6f897ac121eef0c8294e9afb3b5f9 /src/GipfelWidget.cxx
parent5b4a674c5922c6516ce6fe580800bacb5bf18b91 (diff)
limit output values
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r--src/GipfelWidget.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index c8a2fae..7abb1dd 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -756,7 +756,6 @@ GipfelWidget::get_pixel_bicubic(Fl_Image *img, double x, double y,
*r = (int) rint(interp_cubic(dy, dy2, dy3, c1[0]));
*g = (int) rint(interp_cubic(dy, dy2, dy3, c1[1]));
*b = (int) rint(interp_cubic(dy, dy2, dy3, c1[2]));
-
return 0;
}