Skip to content
Snippets Groups Projects
Commit b29b29af authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed the TNL_MPI_PRINT macro

parent ae5acec4
No related branches found
No related tags found
No related merge requests found
......@@ -545,6 +545,6 @@ for( int j = 0; j < TNL::Communicators::MpiCommunicator::GetSize( TNL::Communica
<< TNL::Communicators::MpiCommunicator::GetSize( TNL::Communicators::MpiCommunicator::AllGroup ) \
<< " : " << message << std::endl; \
} \
TNL::Communicators::MpiCommunicator::Barrier( Communicator::AllGroup ); \
TNL::Communicators::MpiCommunicator::Barrier( TNL::Communicators::MpiCommunicator::AllGroup ); \
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment