]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
comments
authorvbd <vbd>
Fri, 18 Apr 2008 08:27:11 +0000 (08:27 +0000)
committervbd <vbd>
Fri, 18 Apr 2008 08:27:11 +0000 (08:27 +0000)
src/ParaMEDMEM/ExplicitCoincidentDEC.cxx
src/ParaMEDMEM/MPIProcessorGroup.cxx

index d0aeb99760f418c6e8ef2993a9e40a41788d7b60..d0b46521918950b2a274fcf26d5b0f5d1ac9e37c 100644 (file)
@@ -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)
index 9eb971e384d4353a48333023d75ca2373a9805e7..226c301d7a217a1b57c51760c1a4e02ac6793c0a 100644 (file)
@@ -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