source: branches/nanovis2/examples/zoo/note/note.tcl @ 3305

Last change on this file since 3305 was 3305, checked in by ldelgass, 11 years ago

sync with trunk

  • Property svn:executable set to *
File size: 753 bytes
Line 
1# ----------------------------------------------------------------------
2#  EXAMPLE: Rappture <note> 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# ======================================================================
10package require Rappture
11
12# open the XML file containing the run parameters
13set driver [Rappture::library [lindex $argv 0]]
14
15$driver copy output.number(diameter) from input.(diameter)
16
17# save the updated XML describing the run...
18Rappture::result $driver
19exit 0
Note: See TracBrowser for help on using the repository browser.