From 8aaa492cf183087c0e9bca218c1f23e44a7f0d8e Mon Sep 17 00:00:00 2001 From: David Hilvert Date: Sun, 28 Jun 2009 01:59:05 +0000 Subject: [PATCH] d2/align: Revert last patch until the corresponding code in Libale (currently raw-migrated) is ready to be modified for removal of said obsolete method. --- d2/align.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/d2/align.h b/d2/align.h index b1697d8..296df91 100644 --- a/d2/align.h +++ b/d2/align.h @@ -2129,7 +2129,9 @@ public: * Handle the initial frame */ - ale_image i = image_rw::open(n); + astate.set_input_frame(image_rw::open(n)); + + const image *i = astate.get_input_frame(); int is_default; transformation result = alignment_class == 2 ? transformation::gpt_identity(i, scale_factor) -- 2.11.4.GIT