Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37893075
en ru br
ALT Linux repos
S:4.2-alt5
5.0: 3.2-alt1
4.1: 3.0-alt1
4.0: 3.0-alt1
3.0: 2.3-alt1

Group :: Graphics
RPM: enblend

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: enblend-src-3.0.patch
Download


diff -Naur enblend-3.0.orig/src/anneal.h enblend-3.0/src/anneal.h
--- enblend-3.0.orig/src/anneal.h	2004-11-21 12:23:08 +0300
+++ enblend-3.0/src/anneal.h	2007-02-13 22:49:25 +0300
@@ -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());
 
         }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin