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