ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/mpiBASS.h
(Generate patch)

Comparing trunk/OOPSE/libBASS/mpiBASS.h (file contents):
Revision 957 by gezelter, Mon Jan 19 16:08:21 2004 UTC vs.
Revision 998 by gezelter, Thu Jan 29 23:01:17 2004 UTC

# Line 33 | Line 33 | typedef struct mpiBASSEvent{
33   typedef struct mpiBASSEvent{
34    int type;
35    double d1,d2,d3;
36 <  int    i1,i2,i3,i4;
36 >  int    i1;
37    char   cArray[120];
38    char   lhs[80];
39   } mBEvent;
# Line 49 | Line 49 | typedef struct mpiBASSEvent{
49   #define mpiASSIGNMENT_i 7
50   #define mpiASSIGNMENT_d 8
51   #define mpiASSIGNMENT_s 9
52 < #define mpiMEMBER       10
52 > #define mpiMEMBERS      10
53  
54   #define mpiCONSTRAINT   11
55   #define mpiORIENTATION  12
56   #define mpiBLOCK_END    13
57   #define mpiZCONSTRAINT  14
58   #define mpiRIGIDBODY    15
59 + #define mpiMEMBER       16
60  
61  
62   // Define the mpi datatype

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines