Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove last occurences of "swag" in src/kernel/.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 30 Nov 2017 23:05:55 +0000 (00:05 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 30 Nov 2017 23:08:18 +0000 (00:08 +0100)
src/kernel/context/ContextThread.cpp
src/kernel/lmm/lagrange.cpp

index 8679b20..5cc6d47 100644 (file)
@@ -10,7 +10,6 @@
 #include "src/simix/smx_private.hpp"
 #include "src/xbt_modinter.h" /* prototype of os thread module's init/exit in XBT */
 #include "xbt/function_types.h"
 #include "src/simix/smx_private.hpp"
 #include "src/xbt_modinter.h" /* prototype of os thread module's init/exit in XBT */
 #include "xbt/function_types.h"
-#include "xbt/swag.h"
 #include "xbt/xbt_os_thread.h"
 
 #include "src/kernel/context/ContextThread.hpp"
 #include "xbt/xbt_os_thread.h"
 
 #include "src/kernel/context/ContextThread.hpp"
index 500884e..f0e33b4 100644 (file)
@@ -168,8 +168,7 @@ void lagrange_solve(lmm_system_t sys)
   }
 
   /*
   }
 
   /*
-   * Initialize the var list variable with only the active variables.
-   * Associate an index in the swag variables. Initialize mu.
+   * Initialize the var_list variable with only the active variables. Initialize mu.
    */
   auto& var_list = sys->variable_set;
   for (s_lmm_variable_t& var : var_list) {
    */
   auto& var_list = sys->variable_set;
   for (s_lmm_variable_t& var : var_list) {