- Timestamp:
- Dec 4, 2009 4:59:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readexp.tcl
- Property rcs:date changed from 1999/02/02 17:28:44 to 1999/02/18 21:07:19
- Property rcs:lines changed from +4 -1 to +5 -1
- Property rcs:rev changed from 1.5 to 1.6
r49 r55 472 472 # parm: 473 473 # type -- element code 474 # mult -- atom multiplicity 474 475 # label -- atom label (*) 475 476 # x y z -- coordinates (*) … … 503 504 type-get { 504 505 return [string trim [string range [readexp ${key}A] 2 9] ] 506 } 507 mult-get { 508 return [string trim [string range [readexp ${key}A] 58 61] ] 505 509 } 506 510 label-get {
Note: See TracChangeset
for help on using the changeset viewer.