Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prefer automatic mem handling (std::vector<>* becomes std::vector<>)
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.cpp
index ceae075..088f09a 100644 (file)
@@ -17,7 +17,7 @@ void surf_vm_model_init_HL13()
 {
   if (surf_cpu_model_vm) {
     surf_vm_model = new simgrid::vm::VMModel();
-    all_existing_models->push_back(surf_vm_model);
+    all_existing_models.push_back(surf_vm_model);
   }
 }