From 3529fca7ced36c98231a1ad836571a036140d88d Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Thu, 9 Aug 2007 16:31:59 +0000 Subject: Reverting a change I made a while ago (bzr r3441) --- src/snap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snap.cpp') diff --git a/src/snap.cpp b/src/snap.cpp index 651da788f..c585a9790 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -441,7 +441,7 @@ std::pair SnapManager::_snapTransformed( } /* Note it if it's the best so far */ - if (metric < best_metric && metric != 0) { + if (metric < best_metric) { best_transformation = result; best_metric = metric; } -- cgit v1.2.3