diff options
author | Thomas White <taw@physics.org> | 2011-05-16 17:44:39 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:26 +0100 |
commit | c65ac2bd1d3ba1b69349ba52d0e2a72ee2c2e25d (patch) | |
tree | 7eb37d1c42ae3deffffcf4a7678e1e3fead68638 /src/peaks.c | |
parent | a56aafbeae1b6438c84cb433bfb17023581d5527 (diff) |
Fussiness
Diffstat (limited to 'src/peaks.c')
-rw-r--r-- | src/peaks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c index efe50b9b..b838b810 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -160,7 +160,6 @@ int integrate_peak(struct image *image, int cfs, int css, double noise_mean = 0.0; double noise_meansq = 0.0; - p = find_panel(image->det, cfs, css); if ( p == NULL ) return 1; if ( p->no_index ) return 1; |