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

Comparing trunk/src/io/BASS_interface.h (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 681 by tim, Mon Oct 17 23:13:44 2005 UTC

# Line 69 | Line 69 | typedef struct{
69    union{
70      int ival;
71      double dval;
72 <    char sval[120];
72 >    char sval[1024];
73    }rhs;
74   } assignment_event;
75  
# Line 83 | Line 83 | typedef struct{
83    char* err_msg;
84  
85    union{
86 <    int               blk_index; // block index
86 >    int               blk_index; /* block index*/
87      position_event    pos;
88 <    orientation_event ornt; // use the same structure for orientation
88 >    orientation_event ornt; /* use the same structure for orientation*/
89      assignment_event  asmt;
90      members_event     mbrs;
91 <    double            cnstr; // the constraint value
91 >    double            cnstr; /* the constraint value*/
92    } evt;
93   } event;
94  
# Line 103 | Line 103 | extern "C" {
103   #endif
104  
105  
106 < #endif // ifndef __BASS_INTERFACE_H__
106 > #endif /* ifndef __BASS_INTERFACE_H__*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines