X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_analysis_eval.h;h=dbd4ac954e870a63e4eaa3c31560f73ceedadaf3;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=eca5da9d02254f8ae83d19732612c499cf55fade;hpb=9c7696b8589e76aed870b15cabd09a162d468621;p=lttv.git diff --git a/lttv/lttv/sync/event_analysis_eval.h b/lttv/lttv/sync/event_analysis_eval.h index eca5da9d..dbd4ac95 100644 --- a/lttv/lttv/sync/event_analysis_eval.h +++ b/lttv/lttv/sync/event_analysis_eval.h @@ -63,13 +63,9 @@ typedef struct GHashTable* exchangeRtt; #ifdef HAVE_LIBGLPK - /* FactorsCHull** chFactorsArray[traceNum][traceNum] - * FactorsCHull** lpFactorsArray[traceNum][traceNum] - * - * As usual, only the lower triangular part of theses matrixes is - * allocated */ - FactorsCHull** chFactorsArray; - FactorsCHull** lpFactorsArray; + // Only the lower triangular part of theses matrixes is used + AllFactors* chFactorsArray; + AllFactors* lpFactorsArray; #endif } AnalysisStatsEval; @@ -136,11 +132,9 @@ typedef struct * lps[i][j] where i > j */ glp_prob*** lps; - /* Factors lpFactors[traceNum][traceNum] - * - * Only the lower triangular part of the matrix is allocated, that is + /* Only the lower triangular part of the matrix is allocated, that is * lpFactorsArray[i][j] where i > j */ - FactorsCHull** lpFactorsArray; + AllFactors* lpFactorsArray; #endif } AnalysisGraphsEval;