Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove FIXME.
authordonassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Sep 2009 08:52:41 +0000 (08:52 +0000)
committerdonassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Sep 2009 08:52:41 +0000 (08:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6663 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/cpu_ti.c

index e8839dd..0da2860 100644 (file)
@@ -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 */