X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27f7006d3136f93a67086f125afca174554c3f5e..218cfca134c987a5f4df49044ba61673883f3aed:/src/surf/StorageImpl.cpp diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index 7741eb1014..db277c6adc 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -41,12 +41,11 @@ StorageImpl* StorageImpl::byName(std::string name) StorageModel::StorageModel() : Model() { - maxminSystem_ = new simgrid::kernel::lmm::s_lmm_system_t(true /* lazy update */); + maxminSystem_ = new simgrid::kernel::lmm::System(true /* lazy update */); } StorageModel::~StorageModel() { - delete maxminSystem_; surf_storage_model = nullptr; }