]> git.pld-linux.org Git - packages/enblend-enfuse.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:17:33 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enblend-x86_64.patch -> 1.2

enblend-x86_64.patch [deleted file]

diff --git a/enblend-x86_64.patch b/enblend-x86_64.patch
deleted file mode 100644 (file)
index 40d473e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN enblend-3.0/src/anneal.h enblend-3.0.new/src/anneal.h
---- enblend-3.0/src/anneal.h   2004-11-21 10:23:08.000000000 +0100
-+++ enblend-3.0.new/src/anneal.h       2007-04-25 17:06:23.679674384 +0200
-@@ -678,7 +678,7 @@
-             localK = stateSpace->size();
-             if (localK < 2) convergedPoints[index] = true;
--            kMax = std::max(kMax, stateProbabilities->size());
-+            kMax = std::max((size_t)kMax, stateProbabilities->size());
-         }
This page took 0.063873 seconds and 4 git commands to generate.