Mistakes written in IL and ST code corrected
authorlbessard
Thu, 14 Jun 2007 08:59:43 +0200
changeset 17 faa048f4172e
parent 16 20dcc0dce64b
child 18 ee18a387e80a
Mistakes written in IL and ST code corrected
examples/example.xml
--- a/examples/example.xml	Mon Jun 11 14:56:25 2007 +0200
+++ b/examples/example.xml	Thu Jun 14 08:59:43 2007 +0200
@@ -408,7 +408,7 @@
      ST   Temp   (* Store X1-X2 in Temp *)
      MUL  Temp   (* Multiply by Temp to square *)
      )
-     CAL  SQRT   (* Call Square root fun *)
+     SQRT        (* Call Square root fun *)
      ST   ILTest (* Setup function result *)
      GT   TMax   (* Greater than TMax ? *)
      JMPC ERR    (* Yes, Jump to Error *)
@@ -818,7 +818,7 @@
             </variable>
             <variable name="Temp">
               <type>
-                <INT/>
+                <REAL/>
               </type>
             </variable>
           </inputVars>