ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
src
/
io
/
BASS_interface.h
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing trunk/src/io/BASS_interface.h (file contents):
Revision
680
by
tim
, Wed Jul 13 15:54: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
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines
>
Changed lines