Perform trace factor reduction as a separate step
[lttv.git] / lttv / lttv / sync / event_analysis_linreg.h
index 7c9a23594cfc97fffb59a591afa577769f7362d3..ce5a081145b8ded30f8ca0be490c6bfd0d28116d 100644 (file)
@@ -30,20 +30,10 @@ typedef struct
        double st, st2, sd, sd2, std, x, d0, e;
 } Fit;
 
-typedef struct
-{
-       double errorSum;
-       unsigned int* previousVertex;
-       unsigned int reference;
-} Graph;
-
 typedef struct
 {
        Fit** fitArray;
 
-       // Graph[]
-       GQueue* graphList;
-
        // for statistics
        double* stDev;
 } AnalysisDataLinReg;
This page took 0.023537 seconds and 4 git commands to generate.