summaryrefslogtreecommitdiff
path: root/biology/unanimity/files/patch-src_Recursor.h
blob: 4c880356c882c1725bb5147f41bd39c361ab3b11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Type mismatch on 11.0 i386
--- src/Recursor.h.orig	2018-03-07 23:10:34 UTC
+++ src/Recursor.h
@@ -708,7 +708,7 @@ size_t Recursor<Derived>::FillAlphaBeta(
     size_t J = tpl.Length();
     int flipflops = 0;
     size_t maxSize =
-        std::max(100ul, static_cast<size_t>(0.5 + REBANDING_THRESHOLD * (I + 1) * (J + 1)));
+        std::max(100ul, static_cast<unsigned long>(0.5 + REBANDING_THRESHOLD * (I + 1) * (J + 1)));
 
     // if we use too much space, do at least one more round
     // to take advantage of rebanding