From 4f3b2ffe114ef0469fdda2400e63c031124b3c64 Mon Sep 17 00:00:00 2001 From: Charlotte HECQUET Date: Thu, 11 Apr 2013 18:08:39 +0200 Subject: [PATCH] * Bug #11308 fixed - Calling sequences in help page of dsearch were wrong. Change-Id: I5960bbed32715dc117771cd35af3634c101241e5 --- scilab/CHANGES_5.5.X | 2 ++ .../help/en_US/searchandsort/dsearch.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scilab/CHANGES_5.5.X b/scilab/CHANGES_5.5.X index 5b8d338..04a35ce 100644 --- a/scilab/CHANGES_5.5.X +++ b/scilab/CHANGES_5.5.X @@ -80,6 +80,8 @@ Bug fixes * Bug #10995 fixed - Typo in grand() for Gamma law argument +* Bug #11308 fixed - Calling sequences in help page of dsearch were wrong. + * Bug #11343 fixed - The "isoview" figure property did not work when the axes margins had been modified. diff --git a/scilab/modules/elementary_functions/help/en_US/searchandsort/dsearch.xml b/scilab/modules/elementary_functions/help/en_US/searchandsort/dsearch.xml index f6bc9a9..7e48de0 100644 --- a/scilab/modules/elementary_functions/help/en_US/searchandsort/dsearch.xml +++ b/scilab/modules/elementary_functions/help/en_US/searchandsort/dsearch.xml @@ -21,8 +21,8 @@ Calling Sequence - [ind, occ, info] = dsearch(X, s ) - [ind, occ, info] = dsearch(X, s , ch ) + [ind [,occ [,info]]] = dsearch(X, s ) + [ind [,occ [,info]]] = dsearch(X, s , ch ) -- 1.7.9.5