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

Comparing trunk/OOPSE-2.0/src/io/BASS_interface.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 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