source: tags/1.3.2/examples/showdata/tool.xml @ 3823

Last change on this file since 3823 was 2529, checked in by dkearney, 13 years ago

updating the fortran showdata example and the c++ getFile and fortran's
rp_lib_get_file functions to correctly return the number of bytes written to
the file.

File size: 457 bytes
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <about>Press Simulate to view results.</about>
5        <command>@tool/showdata @driver</command>
6    </tool>
7    <input>
8        <string id="data">
9            <about>
10                <label>Data File</label>
11                <description>This is a data file.</description>
12            </about>
13            <size>40x10</size>
14            <default>data data data</default>
15        </string>
16    </input>
17</run>
18
Note: See TracBrowser for help on using the repository browser.