diff options
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index beef9b6f..96da9bac 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -418,7 +418,8 @@ int main(int argc, char *argv[]) images[i].data = NULL; images[i].flags = NULL; - /* Get reflections from this image */ + /* Get reflections from this image. + * FIXME: Use the ones from the stream */ integrate_image(&images[i], obs); progress_bar(i, n_total_patterns-1, "Loading pattern data"); |