From: Martin Quinson Date: Sat, 24 Mar 2018 10:11:41 +0000 (+0100) Subject: more specific comments X-Git-Tag: v3.20~643 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e72c4ca9d4a325f5c4215edc035061e1f2f94585 more specific comments --- diff --git a/src/surf/StorageImpl.cpp b/src/surf/StorageImpl.cpp index a11e477ddb..d0add12b7a 100644 --- a/src/surf/StorageImpl.cpp +++ b/src/surf/StorageImpl.cpp @@ -32,7 +32,7 @@ simgrid::xbt::signalsolve_fun = &simgrid::kernel::lmm::bottleneck_solve; surf_network_model = new NetworkL07Model(this,maxminSystem_); surf_cpu_model_pm = new CpuL07Model(this,maxminSystem_);