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 988 by gezelter, Tue Jan 27 19:37:48 2004 UTC vs.
Revision 1153 by gezelter, Tue May 11 04:21:52 2004 UTC

# 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 33 | Line 31 | typedef struct mpiBASSEvent{
31   typedef struct mpiBASSEvent{
32    int type;
33    double d1,d2,d3;
34 <  int    i1,i2,i3,i4;
34 >  int    i1;
35    char   cArray[120];
36    char   lhs[80];
37   } mBEvent;
# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines