From 4e58b892d2ec0488b37551e29e37a94e1dca1602 Mon Sep 17 00:00:00 2001 From: Hamed Gorjiara Date: Mon, 15 Oct 2018 17:18:42 -0700 Subject: [PATCH] Adding the new tunable to the print function --- src/Tuner/tunable.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tuner/tunable.cc b/src/Tuner/tunable.cc index 899bab0..9d45407 100644 --- a/src/Tuner/tunable.cc +++ b/src/Tuner/tunable.cc @@ -49,6 +49,8 @@ const char *tunableParameterToString(Tunables tunable) { return "NAIVEENCODER"; case MUSTVALUE: return "MUSTVALUE"; + case VARIABLEORDER: + return "VARIABLEORDER"; default: ASSERT(0); } -- 2.34.1