diff options
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r-- | src/calibrate_detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 20503388..ab8b3ecb 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -165,7 +165,7 @@ int main(int argc, char *argv[]) int intensity; struct rvec r; - r = get_q(&image, x, y, 1, NULL, 1.0/image.lambda); + r = get_q(&image, x, y, NULL, 1.0/image.lambda); q = modulus(r.u, r.v, r.w); intensity = image.data[x + image.width*y]; |