Changeset 56 for trunk/readexp.tcl
- Timestamp:
- Dec 4, 2009 4:59:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readexp.tcl
- Property rcs:date changed from 1999/02/18 21:07:19 to 1999/02/18 22:50:03
- Property rcs:lines changed from +5 -1 to +6 -1
- Property rcs:rev changed from 1.6 to 1.7
r55 r56 369 369 # cellref -- refinement flag for the unit cell(*) 370 370 # celldamp -- damping for the unit cell refinement (*) 371 # spacegroup -- space group symbol 371 372 # action: get (default) or set 372 373 # value: used only with set … … 377 378 name-get { 378 379 return [string trim [readexp "CRS$phase PNAM"]] 380 } 381 382 spacegroup-get { 383 return [string trim [readexp "CRS$phase SG SYM"]] 379 384 } 380 385
Note: See TracChangeset
for help on using the changeset viewer.