From 5f0884d9fd2950399d493662a3dac67318f800ae Mon Sep 17 00:00:00 2001 From: donassbr Date: Fri, 11 Sep 2009 08:52:41 +0000 Subject: [PATCH] Remove FIXME. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6663 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/cpu_ti.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/surf/cpu_ti.c b/src/surf/cpu_ti.c index e8839ddbd4..0da2860504 100644 --- a/src/surf/cpu_ti.c +++ b/src/surf/cpu_ti.c @@ -85,8 +85,6 @@ static surf_cpu_ti_timeSeries_t surf_cpu_ti_time_series_new(tmgr_trace_t series->trace_index = xbt_malloc0(sizeof(int) * total_alloc); series->trace_value = xbt_malloc0(sizeof(double) * total_alloc); -/* FIXME: it doesn't work with traces with only one point and periodicity = 0 - * if the trace is always cyclic and periodicity must be > 0 it works */ xbt_dynar_foreach(power_trace->event_list, cpt, val) { /* delta = the next trace event * value = state until next event */ -- 2.20.1