From: vbd Date: Fri, 18 Apr 2008 08:27:11 +0000 (+0000) Subject: comments X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fac9928e137922e28193e5b87517cdeec91925b9;p=tools%2Fmedcoupling.git comments --- diff --git a/src/ParaMEDMEM/ExplicitCoincidentDEC.cxx b/src/ParaMEDMEM/ExplicitCoincidentDEC.cxx index d0aeb9976..d0b465219 100644 --- a/src/ParaMEDMEM/ExplicitCoincidentDEC.cxx +++ b/src/ParaMEDMEM/ExplicitCoincidentDEC.cxx @@ -169,7 +169,8 @@ void ExplicitCoincidentDEC::prepareTargetDE() * 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) diff --git a/src/ParaMEDMEM/MPIProcessorGroup.cxx b/src/ParaMEDMEM/MPIProcessorGroup.cxx index 9eb971e38..226c301d7 100644 --- a/src/ParaMEDMEM/MPIProcessorGroup.cxx +++ b/src/ParaMEDMEM/MPIProcessorGroup.cxx @@ -95,8 +95,7 @@ ProcessorGroup(interface, proc_ids) /*! 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