# | Line 5 | Line 5 | |
---|---|---|
5 | #define MPI_INTERFACE_DONE 1 | |
6 | #define MPI_INTERFACE_CONTINUE 0 | |
7 | ||
8 | – | |
9 | – | |
8 | #include <mpi.h> | |
9 | ||
10 | #ifndef __is_lex__ | |
# | Line 50 | Line 48 | typedef struct mpiBASSEvent{ | |
48 | #define mpiASSIGNMENT_d 8 | |
49 | #define mpiASSIGNMENT_s 9 | |
50 | #define mpiMEMBERS 10 | |
53 | – | |
51 | #define mpiCONSTRAINT 11 | |
52 | #define mpiORIENTATION 12 | |
53 | #define mpiBLOCK_END 13 | |
54 | #define mpiZCONSTRAINT 14 | |
55 | #define mpiRIGIDBODY 15 | |
56 | < | #define mpiMEMBER 16 |
56 | > | #define mpiCUTOFFGROUP 16 |
57 | > | #define mpiMEMBER 17 |
58 | ||
59 | ||
60 | // Define the mpi datatype |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |