Parcourir la source

optimized heaps working

avadapal il y a 2 ans
Parent
commit
1e44a308e7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      duoram.hpp

+ 2 - 2
duoram.hpp

@@ -535,9 +535,9 @@ public:
         next_windex(0), incremental(true), idx(RegXS())
     {
         if (player < 2) {
-            dt = tio.rdpftriple(yield, depth, true);
+            dt = tio.rdpftriple<WIDTH>(yield, depth, true);
         } else {
-            dp = tio.rdpfpair(yield, depth, true);
+            dp = tio.rdpfpair<WIDTH>(yield, depth, true);
         }
     }