* Synchronizing a topology so that all the
* group possesses it.
*
- * \param topo Topology that is transmitted. It is read on processes where it already exists, and it is created and filled on others.
+ * \param toposend Topology that is transmitted. It is read on processes where it already exists, and it is created and filled on others.
+ * \param toporecv Topology which is received.
* \param tag Communication tag associated with this operation.
*/
void ExplicitCoincidentDEC::broadcastTopology(const ExplicitTopology* toposend, ExplicitTopology* toporecv, int tag)
/*! Creates a processor group that is based on the processors between \a pstart and \a pend.
This routine must be called by all processors in MPI_COMM_WORLD.
-\param comm_interface reference to the comm_interface object
-\param interface CommInterface object giving access to the MPI
+\param comm_interface CommInterface object giving access to the MPI
communication layer
\param pstart id in MPI_COMM_WORLD of the first processor in the group
\param pend id in MPI_COMM_WORLD of the last processor in the group