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

Comparing trunk/OOPSE-2.0/src/io/mpiBASS.h (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2263 by tim, Wed Jul 13 15:54:00 2005 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines