Skip to content
Snippets Groups Projects
Commit 127086cd authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Latest modules

parent bb722a15
No related branches found
No related tags found
No related merge requests found
openfpm_numerics @ 6bd3cbe2
Subproject commit e8571434fc4305b511191e842279940677204e2f
Subproject commit 6bd3cbe257d7eb769fc0a770d4812741c8efffb2
......@@ -103,7 +103,7 @@ class DistParmetis
// Graph & g;
// Communticator for OpenMPI
MPI_Comm comm = NULL;
MPI_Comm comm = (MPI_Comm)NULL;
// VCluster
Vcluster & v_cl;
......@@ -170,6 +170,7 @@ class DistParmetis
Mg.xadj[id] = prev;
}
public:
/*! \brief Constructor
......
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