Преглед изворни кода

forgot to comment one thing

tristangurtler пре 4 година
родитељ
комит
b032cbbd20
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      prsona/src/orchestratorMain.cpp

+ 1 - 0
prsona/src/orchestratorMain.cpp

@@ -42,6 +42,7 @@ int main(int argc, char* argv[])
     if (argc > 1)
         output = argv[1];
 
+    // Default to not proof batching if not specified
     size_t lambda = 0;
     if (argc > 2)
         lambda = atoi(argv[2]);