Ignore:
Timestamp:
Aug 31, 2010 7:00:41 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/examples/objects/app-fermi/tcl/fermi4.tcl

    r1623 r1893  
    7272# put the fArr data in the column named "Fermi-Dirac Factor"
    7373# put the EArr data in the column named "Energy"
     74#
     75# Rappture::Table Commands:
     76# the store command overwrites data that already exists in
     77# the column with the new array of data.
     78# the append command will append the new array of data onto
     79# any previously existing array of data.
    7480
    75 $result add data "Fermi-Dirac Factor" $fArr
    76 $result add data "Energy" $EArr
     81$result store "Fermi-Dirac Factor" $fArr
     82$result store "Energy" $EArr
    7783
    7884Rappture::Interface::close
Note: See TracChangeset for help on using the changeset viewer.