diff options
author | Thomas White <taw@physics.org> | 2011-11-16 11:09:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:41 +0100 |
commit | b2a2bf8d82fbc829f406d4ed05575505b0331bb1 (patch) | |
tree | 910f08897fb4a73fccc57542d6befe7630778e2a /src/hrs-scaling.h | |
parent | 8737092e3406f9d4b792c11b186b11f2a1548a69 (diff) |
partialator: Add --no-scale option
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r-- | src/hrs-scaling.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index 70157f3f..3eba8b7d 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -21,7 +21,8 @@ #include "image.h" extern RefList *scale_intensities(struct image *images, int n, - RefList *reference, int n_threads); + RefList *reference, int n_threads, + int noscale); #endif /* HRS_SCALING_H */ |