ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/simParallel_interface.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/simParallel_interface.F90 (file contents):
Revision 1949 by gezelter, Fri Jan 14 20:48:42 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 3 | Line 3 | subroutine setFsimParallel(thisComponentPlan, nAtomTag
3       nGroupTags, groupTags, status)
4  
5    use mpiSimulation
6 <  
6 >
7    !! Passed Arguments
8    !! mpiComponentPlan struct from C
9    type (mpiComponentPlan), intent(inout) :: thisComponentPlan
# Line 18 | Line 18 | subroutine setFsimParallel(thisComponentPlan, nAtomTag
18  
19    call setupSimParallel(thisComponentPlan, nAtomTags, atomTags, &
20         nGroupTags, groupTags, status)  
21  
22 end subroutine setFsimParallel
21  
22 + end subroutine setFsimParallel
23 +
24   #else
25  
26   !! Dummy routine so that we don't have an empty compilation unit:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines