Changeset 1255 for trunk


Ignore:
Timestamp:
Dec 9, 2008 11:35:16 PM (15 years ago)
Author:
dkearney
Message:

switching order of copy and put statements in structure example because the copy overwrites the put call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/structure/structure.tcl

    r729 r1255  
    1717$driver put output.log "Structure: $name"
    1818
    19 set obj [$driver element -as object input.structure.current]
     19$driver copy output.structure from input.structure.current
    2020$driver put output.structure.about.label "Structure"
    21 $driver copy output.structure from input.structure.current
    2221
    2322# save the updated XML describing the run...
Note: See TracChangeset for help on using the changeset viewer.