Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot one access to now private field
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Fri, 3 Sep 2021 05:53:52 +0000 (07:53 +0200)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Fri, 3 Sep 2021 05:53:52 +0000 (07:53 +0200)
src/smpi/internals/instr_smpi.cpp

index f3e1b41..ad52a2e 100644 (file)
@@ -174,7 +174,7 @@ void TRACE_smpi_init(aid_t pid, const std::string& calling_func)
      * Check whether this variable already exists or not. Otherwise, it will be created
      * multiple times but only the last one would be used...
      */
-    container->type_->by_name_or_create(it.first, "");
+    container->get_type()->by_name_or_create(it.first, "");
   }
 #endif
 }