ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/metals/surfaces/metals.md
(Generate patch)

Comparing trunk/OOPSE-4/samples/metals/surfaces/metals.md (file contents):
Revision 3381 by chuckv, Sat Apr 12 19:35:25 2008 UTC vs.
Revision 3382 by chuckv, Sat Apr 12 19:59:07 2008 UTC

# Line 25 | Line 25 | molecule{
25       position( 0.0, 0.0, 0.0 );
26    }
27   }
28 +
29   molecule{
30    name = "Cu";
31    
# Line 34 | Line 35 | molecule{
35    }
36   }
37  
38 + molecule{
39 +  name = "Ni";
40 +  
41 +  atom[0]{
42 +     type="Ni";
43 +     position( 0.0, 0.0, 0.0 );
44 +  }
45 + }
46  
47 + molecule{
48 +  name = "Pd";
49 +  
50 +  atom[0]{
51 +     type="Pd";
52 +     position( 0.0, 0.0, 0.0 );
53 +  }
54 + }
55   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines