diff options
author | Thomas White <taw@physics.org> | 2009-11-20 19:56:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-20 19:56:44 +0100 |
commit | 94daaeb94aa78ec7b1fb4badb4475161b7532473 (patch) | |
tree | a4e07cf0fe7a3eee3facd2fa76708c13a66aad19 /src/detector.c | |
parent | f2d53ec0f0912178a7ec9748a899ed09b59a7cb5 (diff) |
Tidy up
Doesn't really change anything..
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c index 41019551..ef2be5a8 100644 --- a/src/detector.c +++ b/src/detector.c @@ -147,7 +147,7 @@ void record_image(struct image *image) /* Solid angle subtended by a single pixel at the centre of the CCD */ sa_per_pixel = pow(1.0/image->resolution, 2.0) / image->camera_len; - printf("Solid angle of pixel (at centre of CCD) = %e sr\n", + printf("Solid angle of one pixel (at centre of CCD) = %e sr\n", sa_per_pixel); image->hdr = malloc(image->width * image->height * sizeof(double)); |