aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.h
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.h
parent1c82ece5bab805488ac31b3533ee327e030651e0 (diff)
hdfsee: Boost, as given on command line, can be a non-integer
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r--src/dw-hdfsee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h
index 6d8c9782..84095a41 100644
--- a/src/dw-hdfsee.h
+++ b/src/dw-hdfsee.h
@@ -117,7 +117,7 @@ typedef struct {
/* Open an image display window showing the given filename, or NULL */
extern DisplayWindow *displaywindow_open(const char *filename,
- const char *peaks, int boost,
+ const char *peaks, double boost,
int binning, int cmfilter,
int noisefilter, int colscale,
const char *element,