X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02fbf5e463830a439464adae8626cd4f2dad27fd..491bcca47bc2deaf174ff8941f35065e0b2f5e50:/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; }