ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/samples/cutoff/gb.md
Revision: 1594
Committed: Tue Jul 19 16:45:30 2011 UTC (13 years, 11 months ago) by chuckv
File size: 173 byte(s)
Log Message:
Branching from main development branch to OpenMP dev version at dev branch 1593

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