From af7ab5671af384ac02d91107338d7eabe7b31c4e Mon Sep 17 00:00:00 2001 From: dvlierop2 Date: Thu, 9 Aug 2007 16:31:59 +0000 Subject: [PATCH] Reverting a change I made a while ago --- src/snap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2