]> git.pld-linux.org Git - packages/enblend.git/blob - enblend-x86_64.patch
- renamed to enblend-enfuse
[packages/enblend.git] / enblend-x86_64.patch
1 diff -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.06064 seconds and 3 git commands to generate.