From 415fc3a6a4671710aa7286306e11c8694bd0ef04 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 27 Jan 2011 18:25:57 +0100 Subject: Implement Kabsch method --- src/partialator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/partialator.c') 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"); -- cgit v1.2.3