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 1233 by gezelter, Fri Jun 4 02:38:23 2004 UTC

# Line 1 | Line 1
1   #ifndef __MPIBASS_H
2   #define __MPIBASS_H
3 + #include "config.h"
4  
5   #define MPI_INTERFACE_ABORT 2
6   #define MPI_INTERFACE_DONE  1
7   #define MPI_INTERFACE_CONTINUE 0
8  
8
9
9   #include <mpi.h>
10  
11   #ifndef __is_lex__
# Line 33 | Line 32 | typedef struct mpiBASSEvent{
32   typedef struct mpiBASSEvent{
33    int type;
34    double d1,d2,d3;
35 <  int    i1,i2,i3,i4;
35 >  int    i1;
36    char   cArray[120];
37    char   lhs[80];
38   } mBEvent;
# Line 49 | Line 48 | typedef struct mpiBASSEvent{
48   #define mpiASSIGNMENT_i 7
49   #define mpiASSIGNMENT_d 8
50   #define mpiASSIGNMENT_s 9
51 < #define mpiMEMBER       10
53 <
51 > #define mpiMEMBERS      10
52   #define mpiCONSTRAINT   11
53   #define mpiORIENTATION  12
54   #define mpiBLOCK_END    13
55 + #define mpiZCONSTRAINT  14
56 + #define mpiRIGIDBODY    15
57 + #define mpiCUTOFFGROUP  16
58 + #define mpiMEMBER       17
59  
60  
61   // Define the mpi datatype

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines