Skip to content
Snippets Groups Projects
Commit aadbc113 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Do not forget update of Fortran variable.

parent 5fd4a978
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ int xt_lib_state __attribute__((aligned(16),common));
void
xt_initialize(MPI_Comm default_comm)
{
Xt_default_comm = default_comm;
Xt_set_default_comm(default_comm);
xt_mpi_init();
xt_config_defaults_init();
xt_idxempty_init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment