diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2008-06-19 18:14:00 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2008-06-19 18:14:00 +0000 |
commit | 12a2e663e38c2cb29259f0b13caacc14b699bcac (patch) | |
tree | 172c045c81a87260db8f2673782dfb3b920ce4c9 /graphics/enblend | |
parent | fda42049693d11fe4a38ca7a6ffa9231d5617ea6 (diff) | |
download | ports-12a2e663e38c2cb29259f0b13caacc14b699bcac.tar.gz ports-12a2e663e38c2cb29259f0b13caacc14b699bcac.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/files/patch-src__anneal.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/enblend/files/patch-src__anneal.h b/graphics/enblend/files/patch-src__anneal.h deleted file mode 100644 index e116408bb88b..000000000000 --- a/graphics/enblend/files/patch-src__anneal.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/anneal.h.orig Sun Nov 21 18:23:08 2004 -+++ src/anneal.h Mon May 7 21:21:12 2007 -@@ -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()); - - } - |