--- trunk/mdtools/headers/mpiComponentPlan.h 2002/12/19 21:59:51 215 +++ trunk/mdtools/headers/mpiComponentPlan.h 2003/01/30 15:20:21 253 @@ -3,7 +3,7 @@ structure in fortran and in c, C++. */ -typdef struct{ +typedef struct{ int nMolGlobal; int nAtomsGlobal; int nBondsGlobal; @@ -40,7 +40,7 @@ type, public :: mpiComponentPlan integer :: nBondsGlobal = 0 integer :: nBendsGlobal = 0 integer :: nTorsionsGlobal = 0 - `integer :: nSRIGlobal = 0 + integer :: nSRIGlobal = 0 integer :: myMolStart = 0 integer :: myMolEnd = 0 integer :: myAtomStart = 0