Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[ENERGY] Fixed wrong calculation for 1-core systems
[simgrid.git] / src / surf / cpu_cas01.cpp
index 7d4e26e..6edd4e9 100644 (file)
@@ -164,7 +164,7 @@ void CpuCas01::apply_event(tmgr_trace_event_t event, double value)
   }
 }
 
-/** @brief Start a new execution on this CPU lasting @size flops and using one core */
+/** @brief Start a new execution on this CPU lasting @param size flops and using one core */
 CpuAction *CpuCas01::execution_start(double size)
 {
   return new CpuCas01Action(model(), size, isOff(), speed_.scale * speed_.peak, constraint());