Adding the new tunable to the print function
authorHamed Gorjiara <hgorjiar@uci.edu>
Tue, 16 Oct 2018 00:18:42 +0000 (17:18 -0700)
committerHamed Gorjiara <hgorjiar@uci.edu>
Tue, 16 Oct 2018 00:18:42 +0000 (17:18 -0700)
src/Tuner/tunable.cc

index 899bab0e81d4fd508ba6cdfa2285cea9dfff32b7..9d45407a21c2b0dba44409e368fe29ebac298f3a 100644 (file)
@@ -49,6 +49,8 @@ const char *tunableParameterToString(Tunables tunable) {
                return "NAIVEENCODER";
        case MUSTVALUE:
                return "MUSTVALUE";
+       case VARIABLEORDER:
+               return "VARIABLEORDER";
        default:
                ASSERT(0);
        }