ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/cutoff/gb.md
Revision: 2480
Committed: Fri Dec 2 22:37:05 2005 UTC (18 years, 7 months ago) by gezelter
File size: 173 byte(s)
Log Message:
removing deprecated nAtoms and nComponents lines

File Contents

# Content
1 #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