]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/lmm/System.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics in sthread output when not using SMPI
[simgrid.git] / src / kernel / lmm / System.cpp
index a0f0b2ae39f3e6dfec6a036490f04b2a5f99335a..75eb88ac64de2138cfe08ae0c8fc6546d0547b09 100644 (file)
@@ -95,7 +95,7 @@ void System::validate_solver(const std::string& solver_name)
 
 void System::check_concurrency() const
 {
-  // These checks are very expensive, so do them only if we want to debug SURF LMM
+  // These checks are very expensive, so do them only if we want to debug the LMM
   if (not XBT_LOG_ISENABLED(ker_lmm, xbt_log_priority_debug))
     return;