ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
branches
/
development
/
samples
/
cutoff
/
gb.md
Revision:
1465
Committed:
Fri Jul 9 23:08:25 2010 UTC
(14 years, 9 months ago) by
chuckv
File size:
173 byte(s)
Log Message:
Creating busticated version of OpenMD
File Contents
#
User
Rev
Content
1
gezelter
772
#ifndef __GB_MD__
2
#define __GB_MD__
3
4
molecule{
5
name = "linear";
6
atom[0]{
7
type="linear";
8
position( 0.0, 0.0, 0.0 );
9
orientation(0.0,0.0,0.0);
10
}
11
}
12
#endif