| 3 | 
  | 
    structure in fortran and in c, C++.  | 
| 4 | 
  | 
*/ | 
| 5 | 
  | 
 | 
| 6 | 
< | 
typdef struct{ | 
| 6 | 
> | 
typedef struct{ | 
| 7 | 
  | 
  int nMolGlobal; | 
| 8 | 
  | 
  int nAtomsGlobal; | 
| 9 | 
+ | 
  int nBondsGlobal; | 
| 10 | 
+ | 
  int nBendsGlobal; | 
| 11 | 
+ | 
  int nTorsionsGlobal; | 
| 12 | 
+ | 
  int nSRIGlobal; | 
| 13 | 
  | 
  int myMolStart; | 
| 14 | 
  | 
  int myMolEnd; | 
| 15 | 
  | 
  int myAtomStart; | 
| 26 | 
  | 
  int nComponentsColumn; | 
| 27 | 
  | 
  int rowIndex; | 
| 28 | 
  | 
  int columnIndex; | 
| 29 | 
< | 
} mpiComponentPlan; | 
| 29 | 
> | 
} mpiSimData; | 
| 30 | 
  | 
 | 
| 31 | 
  | 
 | 
| 32 | 
  | 
#endif | 
| 37 | 
  | 
     sequence | 
| 38 | 
  | 
     integer :: nMolGlobal = 0 | 
| 39 | 
  | 
     integer :: nAtomsGlobal = 0 | 
| 40 | 
+ | 
     integer :: nBondsGlobal = 0 | 
| 41 | 
+ | 
     integer :: nBendsGlobal = 0 | 
| 42 | 
+ | 
     integer :: nTorsionsGlobal = 0 | 
| 43 | 
+ | 
     integer :: nSRIGlobal = 0 | 
| 44 | 
  | 
     integer :: myMolStart = 0 | 
| 45 | 
  | 
     integer :: myMolEnd = 0 | 
| 46 | 
  | 
     integer :: myAtomStart = 0 |