Changeset 1792 for trunk/gui/scripts/analyzer.tcl
- Timestamp:
- Jul 7, 2010, 11:23:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/analyzer.tcl
r1791 r1792 1213 1213 if {[regexp "^MODEL" $line] && $framecontents != ""} { 1214 1214 set framepath $sequencepath.element($framenum) 1215 set molpath $framepath.structure.components.molecule .pdb1216 $xmlobj put $molpath $framecontents1215 set molpath $framepath.structure.components.molecule 1216 $xmlobj put $molpath.pdb $framecontents 1217 1217 $xmlobj put $molpath.formula $formula 1218 1218 $xmlobj put $framepath.index $framenum … … 1233 1233 set seqlabel [$xmlobj get $path.$child.about.label] 1234 1234 set descr [$xmlobj get $path.$child.about.description] 1235 set formula [$xmlobj get $path.$child.components.molecule.formula]1235 set typemap [$xmlobj get $path.$child.components.molecule.lammpstypemap] 1236 1236 $xmlobj put $sequencepath.about.label $seqlabel 1237 1237 $xmlobj put $sequencepath.about.description $descr … … 1243 1243 if {[regexp "^ITEM: ATOMS" $line] && $framecontents != ""} { 1244 1244 set framepath $sequencepath.element($framenum) 1245 set molpath $framepath.structure.components.molecule.lammps 1246 $xmlobj put $molpath $framecontents 1245 set molpath $framepath.structure.components.molecule 1246 $xmlobj put $molpath.lammps $framecontents 1247 $xmlobj put $molpath.lammpstypemap $typemap 1247 1248 $xmlobj put $framepath.index $framenum 1248 1249 incr framenum
Note: See TracChangeset
for help on using the changeset viewer.