--- trunk/mdtools/headers/mpiComponentPlan.h 2002/12/10 22:15:00 204 +++ trunk/mdtools/headers/mpiComponentPlan.h 2002/12/12 21:21:59 206 @@ -1,6 +1,6 @@ #ifdef __C -/* This header provides dual access for mpi structure in fortran and in - c, C++ +/** This header provides dual access for mpiComponenPlan + structure in fortran and in c, C++. */ typdef struct{ @@ -20,6 +20,8 @@ typdef struct{ int numberColumns; int nComponentsRow; int nComponentsColumn; + int rowIndex; + int columnIndex; } mpiComponentPlan; @@ -45,6 +47,8 @@ type, public :: mpiComponentPlan integer :: numberColumns = 0 integer :: nComponentsRow = 0 integer :: nComponentsColumn = 0 + integer :: rowIndex = 0 + integer :: columnIndex = 0 end type mpiComponentPlan #endif