From: Hamed Gorjiara Date: Tue, 16 Oct 2018 00:18:42 +0000 (-0700) Subject: Adding the new tunable to the print function X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=commitdiff_plain;h=4e58b892d2ec0488b37551e29e37a94e1dca1602;hp=4b6c69fed4ff60a6652b3f9fd156beb78c57cec0 Adding the new tunable to the print function --- 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); }