diff options
author | Thomas White <taw@physics.org> | 2011-03-11 17:51:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | 38ab00ccb6869318f1a12a96443fa6c23de1f6e7 (patch) | |
tree | 096d834513a8d61a4e6e94b93086e052c37ccbf5 /src/image.h | |
parent | 5c198c0e6812f55be6283e12af0b09100edb38bf (diff) |
First part of stream rework
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index e0c190f2..69c36de8 100644 --- a/src/image.h +++ b/src/image.h @@ -85,7 +85,7 @@ struct image { int width; int height; - /* Reflections (used for scaling ONLY) */ + /* Integrated (or about-to-be-integrated) reflections */ RefList *reflections; /* Detected peaks */ |