X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abde25848321a069d7eef47a55a77ff80a3aa91f..0f58e6fc160d69d60c42931ac11f0a17f1647e08:/doc/doxygen/inside_extending.doc diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index 83c934e592..2aba2a57d5 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -35,7 +35,7 @@ the classes of the corresponding interfaces. 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 a initializing function like this: +CpuAction. You also need to define an initializing function like this: ~~~~ void surf_cpu_model_init_plop()