Last change
on this file since 5093 was
3177,
checked in by mmc, 12 years ago
|
Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.
|
File size:
899 bytes
|
Line | |
---|
1 | # ---------------------------------------------------------------------- |
---|
2 | # EXAMPLE: Rappture <structure> elements |
---|
3 | # ====================================================================== |
---|
4 | # AUTHOR: Michael McLennan, Purdue University |
---|
5 | # Copyright (c) 2004-2012 HUBzero Foundation, LLC |
---|
6 | # |
---|
7 | # See the file "license.terms" for information on usage and |
---|
8 | # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
---|
9 | # ====================================================================== |
---|
10 | package require Rappture |
---|
11 | |
---|
12 | # open the XML file containing the run parameters |
---|
13 | set driver [Rappture::library [lindex $argv 0]] |
---|
14 | |
---|
15 | set name [$driver get input.loader.current] |
---|
16 | |
---|
17 | $driver put output.log "Structure: $name" |
---|
18 | |
---|
19 | $driver copy output.structure from input.structure.current |
---|
20 | $driver put output.structure.about.label "Structure" |
---|
21 | |
---|
22 | # save the updated XML describing the run... |
---|
23 | Rappture::result $driver |
---|
24 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.