Changeset 1189 for branches/sandbox/expgui
- Timestamp:
- Feb 6, 2012 5:03:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/expgui
r1182 r1189 1337 1337 # is this fixed? 1338 1338 set param [string toupper $var] 1339 if {[a rray name ::fix_param "$phase,$atom,$param"] != ""} {1340 return [format "%9.5f F" [atominfo $phase $atom $var]]1339 if {[atom_constraint_get $phase $atom $param]} { 1340 return [format "%9.5ff" [atominfo $phase $atom $var]] 1341 1341 } 1342 1342 # is this atom in a rigid body?
Note: See TracChangeset
for help on using the changeset viewer.