| # | Line 3 | Line 3 | |
|---|---|---|
| 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; | |
| # | Line 40 | Line 40 | type, public :: mpiComponentPlan | |
| 40 | integer :: nBondsGlobal = 0 | |
| 41 | integer :: nBendsGlobal = 0 | |
| 42 | integer :: nTorsionsGlobal = 0 | |
| 43 | < | `integer :: nSRIGlobal = 0 |
| 43 | > | integer :: nSRIGlobal = 0 |
| 44 | integer :: myMolStart = 0 | |
| 45 | integer :: myMolEnd = 0 | |
| 46 | integer :: myAtomStart = 0 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |