ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/tcProps.h
Revision: 1052
Committed: Fri Feb 13 22:13:06 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 210 byte(s)
Log Message:
started on som io

File Contents

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