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

Comparing trunk/src/io/mpiBASS.h (file contents):
Revision 246 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 564 by tim, Wed Jul 13 15:54:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# 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