Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add s_type_get_or_null to s_type class as a method
[simgrid.git] / src / smpi / internals / instr_smpi.cpp
index 9318b35..731a4dc 100644 (file)
@@ -208,7 +208,7 @@ void TRACE_smpi_init(int rank)
      * Check whether this variable already exists or not. Otherwise, it will be created
      * multiple times but only the last one would be used...
      */
-    if (PJ_type_get_or_null(it.first.c_str(), container->type) == nullptr) {
+    if (s_type::s_type_get_or_null(it.first.c_str(), container->type) == nullptr) {
       PJ_type_variable_new(it.first.c_str(), nullptr, container->type);
     }
   }