瀏覽代碼

Change the clock preprocessing mode to 'k'

'i' is now incremental dpfs
Ian Goldberg 1 年之前
父節點
當前提交
cc334951ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      preproc.cpp

+ 1 - 1
preproc.cpp

@@ -476,7 +476,7 @@ void preprocessing_server(MPCServerIO &mpcsrvio, const PRACOptions &opts, char *
                                 stio.cdpf(yield);
                             });
                     }
-                } else if (!strcmp(type, "i")) {
+                } else if (!strcmp(type, "k")) {
                     unsigned char typetag = 0x8e;
                     unsigned char subtypetag = 0x00;
                     stio.queue_p0(&typetag, 1);