ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/mpiBASS.h
(Generate patch)

Comparing:
branches/mmeineke/OOPSE/libBASS/mpiBASS.h (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/libBASS/mpiBASS.h (file contents), 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 49 | Line 47 | typedef struct mpiBASSEvent{
47   #define mpiASSIGNMENT_i 7
48   #define mpiASSIGNMENT_d 8
49   #define mpiASSIGNMENT_s 9
50 < #define mpiMEMBER       10
53 <
50 > #define mpiMEMBERS      10
51   #define mpiCONSTRAINT   11
52   #define mpiORIENTATION  12
53   #define mpiBLOCK_END    13
54 + #define mpiZCONSTRAINT  14
55 + #define mpiRIGIDBODY    15
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