| # | Line 60 | Line 60 | molecule{ | |
|---|---|---|
| 60 | } | |
| 61 | ||
| 62 | molecule{ | |
| 63 | + | name = "TAP"; |
| 64 | + | nAtoms = 1; |
| 65 | + | atom[0]{ |
| 66 | + | type = "TAP"; |
| 67 | + | position( 0.0, 0.0, 0.0 ); |
| 68 | + | orientation( 0.0, 0.0, 0.0 ); |
| 69 | + | } |
| 70 | + | } |
| 71 | + | |
| 72 | + | molecule{ |
| 73 | name = "TIP3P"; | |
| 74 | nAtoms = 3; | |
| 75 | atom[0]{ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |