aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-05-26 13:45:49 +0200
committerThomas White <taw@physics.org>2010-05-26 13:45:49 +0200
commitdae25fb8f6de78c51334546184574b98ca4635b0 (patch)
tree6c52d73668d505a4b0fe73da02e1dc6a65c5934a /src/indexamajig.c
parentfdd3cd4aac0e6f69ec6f6c030af466a5e12bd40c (diff)
Fix f0 output
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c1
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;
}