From: Clément DAVID Date: Thu, 17 Jan 2013 09:56:35 +0000 (+0100) Subject: * Bug #12213 fixed - lincos help page example produced undefined variable X-Git-Tag: 5.4.1~607 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=939e8ca3f06cd8adbefb3d0bb9192f93169d4b97 * Bug #12213 fixed - lincos help page example produced undefined variable warnings. Change-Id: I83fd7f392e2b730a98481e10f3edd7b964189bfe --- diff --git a/scilab/CHANGES_5.4.X b/scilab/CHANGES_5.4.X index f96d459..e6e3ffd 100644 --- a/scilab/CHANGES_5.4.X +++ b/scilab/CHANGES_5.4.X @@ -131,6 +131,9 @@ Xcos * Bug #12167 fixed - Text of ports in superblocks were not updated. +* Bug #12213 fixed - lincos help page example produced undefined variable + warnings. + Documentation ============== diff --git a/scilab/modules/xcos/help/en_US/batch_functions/lincos.xml b/scilab/modules/xcos/help/en_US/batch_functions/lincos.xml index 3346429..90dc562 100644 --- a/scilab/modules/xcos/help/en_US/batch_functions/lincos.xml +++ b/scilab/modules/xcos/help/en_US/batch_functions/lincos.xml @@ -64,6 +64,8 @@ M = 10; m = 3; l = 3; ph = 0.1; +z0=-4; +th0=.02; // looking for the Superblock to linearize for i=1:length(scs_m.objs)