| # | Line 68 | Line 68 | extern "C" { | |
|---|---|---|
| 68 | } | |
| 69 | #endif | |
| 70 | ||
| 71 | < | // Structure to pass mpi a BASS event |
| 71 | > | /* Structure to pass mpi a BASS event*/ |
| 72 | ||
| 73 | typedef struct mpiBASSEvent{ | |
| 74 | int type; | |
| # | Line 78 | Line 78 | typedef struct mpiBASSEvent{ | |
| 78 | char lhs[80]; | |
| 79 | } mBEvent; | |
| 80 | ||
| 81 | < | // types for mpiBASSEvent.type |
| 81 | > | /* types for mpiBASSEvent.type*/ |
| 82 | #define mpiMOLECULE 0 | |
| 83 | #define mpiATOM 1 | |
| 84 | #define mpiBOND 2 | |
| # | Line 99 | Line 99 | typedef struct mpiBASSEvent{ | |
| 99 | #define mpiMEMBER 17 | |
| 100 | ||
| 101 | ||
| 102 | < | // Define the mpi datatype |
| 102 | > | /* Define the mpi datatype*/ |
| 103 | #ifdef __mpiBASSEVENT | |
| 104 | MPI_Datatype mpiBASSEventType; | |
| 105 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |