aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-05 17:03:18 +0200
committerThomas White <taw@bitwiz.org.uk>2010-06-05 17:03:18 +0200
commit509f08dc3216bdb80e04e012e916c019dea31355 (patch)
tree181bfe7d119dabaade24b17aefc26a8d0bfba72b /src/pattern_sim.c
parent60c2e01b0faa0ff4955d9ffe1e99c7c8cffc2c5c (diff)
pattern_sim: Fix uninitialised stuff
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 05cdcf9d..8c7a7e4b 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -325,6 +325,8 @@ int main(int argc, char *argv[])
image.filename = NULL;
image.features = NULL;
image.flags = NULL;
+ image.f0 = 1.0;
+ image.f0_available = 1;
#include "geometry-lcls.tmp"