Browse Source

forgot to comment one thing

tristangurtler 3 years ago
parent
commit
b032cbbd20
1 changed files with 1 additions and 0 deletions
  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]);