aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-01-28 15:23:20 +0100
committerThomas White <taw@physics.org>2013-01-28 15:23:20 +0100
commit6f5f23d94db49ccc3881dad0954ff5d4fbb41a93 (patch)
tree4f1c698c55afbf645ffa07925e758e0dfee177b5 /src/dw-hdfsee.c
parent1c82ece5bab805488ac31b3533ee327e030651e0 (diff)
hdfsee: Boost, as given on command line, can be a non-integer
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index 19aa6f35..6ef12e7a 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -1778,7 +1778,7 @@ static gint displaywindow_press(GtkWidget *widget, GdkEventButton *event,
DisplayWindow *displaywindow_open(const char *filename, const char *peaks,
- int boost, int binning, int cmfilter,
+ double boost, int binning, int cmfilter,
int noisefilter, int colscale,
const char *element, const char *geometry,
int show_rings, double *ring_radii,