diff options
author | Thomas White <taw@physics.org> | 2010-05-26 13:45:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-05-26 13:45:49 +0200 |
commit | dae25fb8f6de78c51334546184574b98ca4635b0 (patch) | |
tree | 6c52d73668d505a4b0fe73da02e1dc6a65c5934a | |
parent | fdd3cd4aac0e6f69ec6f6c030af466a5e12bd40c (diff) |
Fix f0 output
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 0f7154e8..6ea5f734 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -192,6 +192,7 @@ static struct image *get_simage(struct image *template, int alternate) image->features = template->features; image->filename = template->filename; image->indexed_cell = template->indexed_cell; + image->f0 = template->f0; return image; } |