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