ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
tcProps
/
tcProps.h
Revision:
1049
Committed:
Wed Feb 11 21:55:56 2004 UTC
(21 years, 2 months ago) by
mmeineke
Content type:
text/plain
File size:
139 byte(s)
Log Message:
started work on some parameters and initialization
File Contents
#
Content
1
2
enum atomNames { HEAD, CH, CH2, CH3, SSD };
3
4
struct atomCoord{
5
enum atomNames type;
6
double pos[3];
7
double vel[3];
8
double u[3];
9
};