Browse Source

optimized heaps working

avadapal 1 year ago
parent
commit
1e44a308e7
1 changed files with 2 additions and 2 deletions
  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);
         }
     }