Ignore:
Timestamp:
Dec 9, 2006, 1:33:35 AM (18 years ago)
Author:
dkearney
Message:

updated examples removing output sections from tool.xml files and making the example code generate the output section using the rappture library put command. this change is made in the example files to help curb people from defining output sections in their tool.xml files. the output sections should really be created inside the program when the output data is ready to be entered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/app-fermi/cee/tool.xml

    r124 r555  
    3939        </number>
    4040    </input>
    41     <output>
    42         <curve id="f12">
    43             <about><label>Fermi-Dirac Factor</label></about>
    44             <xaxis>
    45               <label>Fermi-Dirac Factor</label>
    46             </xaxis>
    47             <yaxis>
    48               <label>Energy</label>
    49               <units>eV</units>
    50             </yaxis>
    51         </curve>
    52     </output>
    5341</run>
    5442
Note: See TracChangeset for help on using the changeset viewer.