diff options
Diffstat (limited to 'src/estimate_background.c')
-rw-r--r-- | src/estimate_background.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/estimate_background.c b/src/estimate_background.c index 6dd1b3c6..1f956377 100644 --- a/src/estimate_background.c +++ b/src/estimate_background.c @@ -154,8 +154,9 @@ int main(int argc, char *argv[]) char *filename; char line[1024]; int done = 0; + double ph_ev; - rval = find_chunk(fh, &cell, &filename); + rval = find_chunk(fh, &cell, &filename, &ph_ev); if ( rval != 0 ) break; do { |