summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-03-05 16:44:16 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-03-05 16:44:16 +0100
commit6aba0bbae71702c4eebd88d0fe17739b509185c1 (patch)
tree1b46ef9ebc4c4b0cf4aa7dc4b20fc640440d25b9 /src
parentb114ea49a9228ee7a8bf1b00c092324c0ce972c3 (diff)
Minor fixes to the client w.r.t. the addition of the batch count
Diffstat (limited to 'src')
-rw-r--r--src/utilities/utilities.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities/utilities.hpp b/src/utilities/utilities.hpp
index 58dc3b27..851fa251 100644
--- a/src/utilities/utilities.hpp
+++ b/src/utilities/utilities.hpp
@@ -73,7 +73,7 @@ constexpr auto kArgAsumOffset = "offasum";
constexpr auto kArgImaxOffset = "offimax";
constexpr auto kArgAlpha = "alpha";
constexpr auto kArgBeta = "beta";
-constexpr auto kArgBatchCount = "batch_count";
+constexpr auto kArgBatchCount = "batch_num";
// The tuner-specific arguments in string form
constexpr auto kArgFraction = "fraction";