ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/samples/water/ssd-ion/ssdCl.md
(Generate patch)

Comparing trunk/OOPSE-2.0/samples/water/ssd-ion/ssdCl.md (file contents):
Revision 2174 by chrisfen, Tue Apr 12 20:56:46 2005 UTC vs.
Revision 2216 by chrisfen, Fri Apr 29 16:26:27 2005 UTC

# Line 1 | Line 1
1   #include "water.md"
2  
3 + molecule{
4 +  name = "Cl-";
5 +  nAtoms = 1;
6 +  atom[0]{
7 +    type = "Cl-";
8 +    position(0.0, 0.0, 0.0);
9 +  }
10 + }
11 +
12 + molecule{
13 +  name = "Na+";
14 +  nAtoms = 1;
15 +  atom[0]{
16 +    type = "Na+";
17 +    position(0.0, 0.0, 0.0);
18 +  }
19 + }
20 +
21   nComponents = 2;
22   component{
23    type = "SSD_E";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines