X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_analysis_linreg.h;h=ce5a081145b8ded30f8ca0be490c6bfd0d28116d;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=7c9a23594cfc97fffb59a591afa577769f7362d3;hpb=9c7696b8589e76aed870b15cabd09a162d468621;p=lttv.git diff --git a/lttv/lttv/sync/event_analysis_linreg.h b/lttv/lttv/sync/event_analysis_linreg.h index 7c9a2359..ce5a0811 100644 --- a/lttv/lttv/sync/event_analysis_linreg.h +++ b/lttv/lttv/sync/event_analysis_linreg.h @@ -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;