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

Comparing trunk/OOPSE-4/samples/water/tip4p/water.md (file contents):
Revision 2348 by chrisfen, Fri Apr 29 16:26:27 2005 UTC vs.
Revision 2349 by chrisfen, Thu Oct 6 18:44:32 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines