aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-03-27 12:48:38 +0100
committerThomas White <taw@bitwiz.org.uk>2010-03-27 12:48:38 +0100
commita6e064b18ed513d341d8793acbc485d7bc291827 (patch)
treebc91ee2b3b91de5f50ff97b879c941432052e8f4 /src/detector.c
parent7a54ba94e7586c1ccaff1fd7d048fabd5ea128cf (diff)
Fix reading of reflection lists
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index 6fb36b7d..e8eade98 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -87,7 +87,7 @@ void record_image(struct image *image, int do_poisson)
ERROR("Infinity at %i,%i\n", x, y);
}
if ( intensity < 0.0 ) {
- ERROR("Infinity at %i,%i\n", x, y);
+ ERROR("Negative at %i,%i\n", x, y);
}
if ( isnan(intensity) ) {
ERROR("NaN at %i,%i\n", x, y);