diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-28 03:22:21 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:44 +0100 |
commit | 9fdd46abcc06256d0f29d74ccb45551210765cf1 (patch) | |
tree | 873f34292680c6747d3a64078988bf20d7cd4df6 /src/dw-hdfsee.c | |
parent | b2a9f6fbde9564fdbb0909e20c2fe5538f0f7686 (diff) |
Fussiness
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 7d76e1b8..894509fc 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -1728,7 +1728,7 @@ DisplayWindow *displaywindow_open(const char *filename, const char *peaks, int boost, int binning, int cmfilter, int noisefilter, int colscale, const char *element, const char *geometry, - int show_rings, double *ring_radii, int n_rings, + int show_rings, double *ring_radii, int n_rings, double ring_size) { DisplayWindow *dw; |