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

File Contents

# User Rev Content
1 gezelter 2471 #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