ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/gbljtest/gb.md
Revision: 2489
Committed: Tue Dec 6 16:49:59 2005 UTC (18 years, 7 months ago) by tim
File size: 305 byte(s)
Log Message:
remove deprecated keywords from samples

File Contents

# User Rev Content
1 gezelter 2370 #ifndef __GB_MD__
2     #define __GB_MD__
3    
4     molecule{
5     name = "GB";
6 tim 2489
7 gezelter 2370 atom[0]{
8 gezelter 2384 type="GBPaper";
9 gezelter 2370 position( 0.0, 0.0, 0.0 );
10     orientation(0.0,0.0,0.0);
11     }
12     }
13     molecule{
14     name = "linear";
15 tim 2489
16 gezelter 2370 atom[0]{
17     type="linear";
18     position( 0.0, 0.0, 0.0 );
19     orientation(0.0,0.0,0.0);
20     }
21     }
22     #endif