ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/mpiComponentPlan.h
(Generate patch)

Comparing trunk/mdtools/headers/mpiComponentPlan.h (file contents):
Revision 205 by chuckv, Tue Dec 10 22:15:00 2002 UTC vs.
Revision 206 by chuckv, Thu Dec 12 21:21:59 2002 UTC

# Line 1 | Line 1
1   #ifdef __C
2 < /* This header provides dual access for mpi structure in fortran and in
3 <   c, C++
2 > /** This header provides dual access for mpiComponenPlan
3 >    structure in fortran and in c, C++.
4   */
5  
6   typdef struct{
# Line 20 | Line 20 | typdef struct{
20    int numberColumns;
21    int nComponentsRow;
22    int nComponentsColumn;
23 +  int rowIndex;
24 +  int columnIndex;
25   } mpiComponentPlan;
26  
27  
# Line 45 | Line 47 | end type mpiComponentPlan
47       integer :: numberColumns = 0
48       integer :: nComponentsRow = 0
49       integer :: nComponentsColumn = 0
50 +     integer :: rowIndex = 0
51 +     integer :: columnIndex = 0
52   end type mpiComponentPlan
53  
54   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines