Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: start writing the S4U part
[simgrid.git] / src / surf / host_clm03.cpp
index c4a3f208542d7722feffb20ddaeb566d63da5017..f195f6af39d643efb2985200547a411cece8fb3e 100644 (file)
@@ -28,7 +28,7 @@ namespace simgrid {
 namespace surf {
 HostCLM03Model::HostCLM03Model()
 {
-  all_existing_models->push_back(this);
+  all_existing_models.push_back(this);
 }
 double HostCLM03Model::next_occuring_event(double now)
 {