| # | Line 1 | Line 1 | molecule{ | |
|---|---|---|
| 1 | molecule{ | |
| 2 | name = "linear"; | |
| 3 | < | nAtoms = 1; |
| 3 | > | |
| 4 | atom[0]{ | |
| 5 | type="linear"; | |
| 6 | position( 0.0, 0.0, 0.0 ); | |
| # | Line 9 | Line 9 | molecule{ | |
| 9 | } | |
| 10 | molecule{ | |
| 11 | name = "Ar"; | |
| 12 | < | nAtoms = 1; |
| 12 | > | |
| 13 | atom[0]{ | |
| 14 | type="Ar"; | |
| 15 | position( 0.0, 0.0, 0.0 ); | |
| # | Line 17 | Line 17 | molecule{ | |
| 17 | } | |
| 18 | } | |
| 19 | ||
| 20 | < | nComponents = 1; |
| 20 | > | |
| 21 | component{ | |
| 22 | type = "linear"; | |
| 23 | nMol = 1; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |