ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/madProps/headers/madProps.h
(Generate patch)

Comparing trunk/madProps/headers/madProps.h (file contents):
Revision 44 by mmeineke, Fri Jul 19 19:06:32 2002 UTC vs.
Revision 45 by mmeineke, Tue Jul 23 16:08:35 2002 UTC

# Line 2 | Line 2 | struct coords{
2   #define __MADPROPS_H__
3  
4   struct coords{
5 <        double x;
6 <        double y;
7 <        double z;
8 <        char name[30];
5 >  double x;
6 >  double y;
7 >  double z;
8   };
9  
10 + typedef char atomID[30];
11 +
12   struct vect{
13 <        double x;
14 <        double y;
15 <        double z;
13 >  double x;
14 >  double y;
15 >  double z;
16   };
17  
18  
19   struct xyz_frame{
20 <        int nAtoms;
21 <        double time;
22 <        double boxX, boxY, boxZ;
23 <        struct coords *r;
24 <        struct vect *v;
20 >  int nAtoms;
21 >  double time;
22 >  double boxX, boxY, boxZ;
23 >  struct coords *r;
24 >  struct vect *v;
25 >  atomID *names;
26   };
27  
28   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines