ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/UseTheForce/mpiComponentPlan.h
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/UseTheForce/mpiComponentPlan.h (file contents):
Revision 1721, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1722 by tim, Tue Nov 9 23:11:39 2004 UTC

# Line 11 | Line 11 | typedef struct{
11    int nMolGlobal;
12    int nAtomsGlobal;
13    int nGroupsGlobal;
14  int nBondsGlobal;
15  int nBendsGlobal;
16  int nTorsionsGlobal;
17  int nSRIGlobal;
14    int nMolLocal;
15    int nAtomsLocal;
16    int nGroupsLocal;
# Line 43 | Line 39 | type, public :: mpiComponentPlan
39       integer :: nMolGlobal = 0
40       integer :: nAtomsGlobal = 0
41       integer :: nGroupsGlobal = 0
46     integer :: nBondsGlobal = 0
47     integer :: nBendsGlobal = 0
48     integer :: nTorsionsGlobal = 0
49     integer :: nSRIGlobal = 0
42       integer :: nMolLocal = 0
43       integer :: nAtomsLocal = 0
44       integer :: nGroupsLocal = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines