~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to kst/src/plugins/demo/scalardemo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-28 15:16:16 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628151616-9hvxg0nmnlkmyz4y
Tags: 1.6.0-1
* New upstream release.
* Change B-D to libnetcdf-dev.
* Add dh_icons call.  Closes: #457853.
* Bump Standards-Version to 3.8.0.
* Bump debhelper dependency for dh_icons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE Module SYSTEM "file:/Repository/Level2/Soft/ProC/moduledef.dtd">
3
 
<module>
4
 
<intro>
5
 
<modulename name="scalardemo"/>
6
 
<author name="George Staikos"/>
7
 
<description text="Multiplies a vector by a scalar."/>
8
 
<version minor="0" major="1"/>
9
 
<state devstate="release"/>
10
 
</intro>
11
 
 
12
 
<interface>
13
 
<input>
14
 
<table type="float" name="The array" descr="The array to multiply." />
15
 
</input>
16
 
<input>
17
 
<float name="constant" descr="The constant to multiply by." />
18
 
</input>
19
 
 
20
 
<output>
21
 
<table type="float" name="Output array" descr="The output array." />
22
 
</output>
23
 
<output>
24
 
<float name="Output constant" descr="The output constant." />
25
 
</output>
26
 
</interface>
27
 
</module>