From 6aba0bbae71702c4eebd88d0fe17739b509185c1 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 5 Mar 2017 16:44:16 +0100 Subject: Minor fixes to the client w.r.t. the addition of the batch count --- src/utilities/utilities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"; -- cgit v1.2.3