mpiwrapper

This commit is contained in:
Joachim Schöberl 2019-02-11 22:24:01 +01:00
parent a1a16ef8f0
commit 2c5fdfbfec

View File

@ -117,7 +117,7 @@ void Ng_LoadMeshFromStream ( istream & input )
}
void Ng_LoadMesh (const char * filename, MPI_Comm comm)
void Ng_LoadMesh (const char * filename, ngcore::NgMPI_Comm comm)
{
int id = MyMPI_GetId(comm);
int ntasks = MyMPI_GetNTasks(comm);