X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FTuner%2Ftunable.h;h=9fd614a5eefc447412c6f962497fdf2b47f160a3;hp=2d18a2da1c41ef5cc672a4bc6a524711d3369801;hb=19c299fd9e91386883e788f445d153abfe58430a;hpb=b289a1a05429acdf265f27b89ba75001dbcd19d6 diff --git a/src/Tuner/tunable.h b/src/Tuner/tunable.h index 2d18a2d..9fd614a 100644 --- a/src/Tuner/tunable.h +++ b/src/Tuner/tunable.h @@ -43,5 +43,5 @@ static TunableDesc proxyparameter(1, 5, 2); enum Tunables {DECOMPOSEORDER, MUSTREACHGLOBAL, MUSTREACHLOCAL, MUSTREACHPRUNE, OPTIMIZEORDERSTRUCTURE, ORDERINTEGERENCODING, PREPROCESS, NODEENCODING, EDGEENCODING, MUSTEDGEPRUNE, ELEMENTOPT, ELEMENTOPTSETS, PROXYVARIABLE}; typedef enum Tunables Tunables; -const char* tunableParameterToString(Tunables tunable); +const char *tunableParameterToString(Tunables tunable); #endif