]> git.pld-linux.org Git - packages/enblend.git/blame - enblend-x86_64.patch
- 3.1
[packages/enblend.git] / enblend-x86_64.patch
CommitLineData
7036eb9b
MB
1diff -urN enblend-3.0/src/anneal.h enblend-3.0.new/src/anneal.h
2--- enblend-3.0/src/anneal.h 2004-11-21 10:23:08.000000000 +0100
3+++ enblend-3.0.new/src/anneal.h 2007-04-25 17:06:23.679674384 +0200
4@@ -678,7 +678,7 @@
5
6 localK = stateSpace->size();
7 if (localK < 2) convergedPoints[index] = true;
8- kMax = std::max(kMax, stateProbabilities->size());
9+ kMax = std::max((size_t)kMax, stateProbabilities->size());
10
11 }
12
This page took 0.08371 seconds and 4 git commands to generate.