# | Line 10 | Line 10 | typedef struct{ | |
---|---|---|
10 | int nBendsGlobal; | |
11 | int nTorsionsGlobal; | |
12 | int nSRIGlobal; | |
13 | < | int myMolStart; |
14 | < | int myMolEnd; |
15 | < | int myAtomStart; |
16 | < | int myAtomEnd; |
17 | < | int myMol; |
13 | > | int myNMol; |
14 | int myNlocal; | |
15 | int myNode; | |
16 | int numberProcessors; | |
# | Line 41 | Line 37 | type, public :: mpiComponentPlan | |
37 | integer :: nBendsGlobal = 0 | |
38 | integer :: nTorsionsGlobal = 0 | |
39 | integer :: nSRIGlobal = 0 | |
40 | < | integer :: myMolStart = 0 |
45 | < | integer :: myMolEnd = 0 |
46 | < | integer :: myAtomStart = 0 |
47 | < | integer :: myAtomEnd = 0 |
48 | < | integer :: myMol = 0 |
40 | > | integer :: myNMol = 0 |
41 | integer :: myNlocal = 0 | |
42 | integer :: myNode = 0 | |
43 | integer :: numberProcessors = 0 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |