# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |