ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/cutoff/gb.md
Revision: 2471
Committed: Fri Dec 2 17:01:55 2005 UTC (18 years, 7 months ago) by gezelter
File size: 187 byte(s)
Log Message:
Added Gay-Berne / Argon test case for the cutoff policies

File Contents

# Content
1 #ifndef __GB_MD__
2 #define __GB_MD__
3
4 molecule{
5 name = "linear";
6 nAtoms = 1;
7 atom[0]{
8 type="linear";
9 position( 0.0, 0.0, 0.0 );
10 orientation(0.0,0.0,0.0);
11 }
12 }
13 #endif