Browse Source

Change the clock preprocessing mode to 'k'

'i' is now incremental dpfs
Ian Goldberg 2 years ago
parent
commit
cc334951ab
1 changed files with 1 additions and 1 deletions
  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);