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

Comparing trunk/tcProps/tcProps.h (file contents):
Revision 1049 by mmeineke, Wed Feb 11 21:55:56 2004 UTC vs.
Revision 1062 by mmeineke, Fri Feb 20 21:20:37 2004 UTC

# Line 1 | Line 1
1 + #ifndef __TCPROPS_H__
2 + #define __TCPROPS_H__
3  
4 +
5   enum atomNames { HEAD, CH, CH2, CH3, SSD };
6  
7   struct atomCoord{
# Line 6 | Line 9 | struct atomCoord{
9    double pos[3];
10    double vel[3];
11    double u[3];
12 +  double mass;
13   };
14 +
15 +
16 + #endif // __TCPROPS_H__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines