ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/mpiSimulation_module.F90
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/mpiSimulation_module.F90 (file contents):
Revision 332 by gezelter, Thu Mar 13 15:28:43 2003 UTC vs.
Revision 357 by mmeineke, Mon Mar 17 20:54:25 2003 UTC

# Line 5 | Line 5
5   !!
6   !! @author Charles F. Vardeman II
7   !! @author Matthew Meineke
8 < !! @version $Id: mpiSimulation_module.F90,v 1.4 2003-03-13 15:28:43 gezelter Exp $, $Date: 2003-03-13 15:28:43 $, $Name: not supported by cvs2svn $, $Revision: 1.4 $
8 > !! @version $Id: mpiSimulation_module.F90,v 1.5 2003-03-17 20:54:25 mmeineke Exp $, $Date: 2003-03-17 20:54:25 $, $Name: not supported by cvs2svn $, $Revision: 1.5 $
9  
10   module mpiSimulation  
11    use definitions
# Line 111 | Line 111 | module mpiSimulation  
111   !! Scatters a row or column array, adding componets
112   !! and reducing them to a local nComponent array.
113   !! Interface provided for double and double rank=2 arrays.
114 +
115    interface scatter
116       module procedure scatter_double
117       module procedure scatter_double_2d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines