X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/485fa582bda7c51fb184bf0f82d0eb250be9f805..8f9dca01ff99392fc22351aa153aa78a9aa72286:/src/smpi/internals/instr_smpi.cpp?ds=sidebyside diff --git a/src/smpi/internals/instr_smpi.cpp b/src/smpi/internals/instr_smpi.cpp index f3e1b4129a..ad52a2e88b 100644 --- a/src/smpi/internals/instr_smpi.cpp +++ b/src/smpi/internals/instr_smpi.cpp @@ -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 }