bug in sampler_mov_avg.h
AnselGitAccount opened this issue · 1 comments
AnselGitAccount commented
line 36
point_type dx = apply( data_points[i].first - focus, abs );
change to
point_type dx = apply( data_points[i].first - focus, fabs );
AnselGitAccount opened this issue · 1 comments
line 36
point_type dx = apply( data_points[i].first - focus, abs );
change to
point_type dx = apply( data_points[i].first - focus, fabs );