Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move globals to EngineImpl
[simgrid.git] / doc / doxygen / inside_extending.doc
index a8f97d8..fefe0a2 100644 (file)
@@ -36,7 +36,6 @@ For instance, if you want to add a new cup model called `Plop`, create two files
 cpu_plop.hpp and cpu_plop_cpp which contains classes CpuPlopModel, CpuPlop and
 CpuPlopAction implementing respectively the interfaces CpuModel, Cpu and
 CpuAction. You also need to define an initializing function like this:
-FIXME[donassolo]: update doc
 
 ~~~~
 void surf_cpu_model_init_plop()