]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdAdd.xml
Some comments updated
[bbtk.git] / packages / std / src / bbstdAdd.xml
index b6df26b4b88e23c8be3bd8e039d8fb2abfec2b55..c3c1c3c5be402f621311052d10d5818ea25bca29 100644 (file)
@@ -2,12 +2,12 @@
 
 <blackbox name="Add">
 
-  <author>laurent.guigues@creatis.insa-lyon.fr</author>
-  <description>Adds its inputs</description>
-  <category>math</category>
+  <author>laurent.guigues@creatis.insa-lyon.fr </author>
+  <description>Adds its inputs                 </description>
+  <category>math                               </category>
 
-  <input name="In1" type="double" description="First number to add"/>
-  <input name="In2" type="double" description="Second number to add"/>
+  <input name="In1"  type="double" description="First number to add"/>
+  <input name="In2"  type="double" description="Second number to add"/>
   <output name="Out" type="double" description="Result"/>
 
   <process><PRE>
@@ -17,8 +17,9 @@
   <constructor><PRE>
     bbSetInputIn1(0);
     bbSetInputIn2(0);
-    bbSetOutputOut(0);
-  </PRE></constructor>    
+    bbSetOutputOut(0);    
+  </PRE></constructor> 
 
 </blackbox>
 
+