Quellcode durchsuchen

optimized heaps working

avadapal vor 2 Jahren
Ursprung
Commit
1e44a308e7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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);
         }
     }