scilab: fix arrays_dimensionless test
This commit is contained in:
parent
36d11147de
commit
3c011488bb
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ if typeof(arr_long(a, 4)) <> "constant" then swigtesterror(); end
|
|||
|
||||
// unsigned long
|
||||
a = [1, 2, 3, 4];
|
||||
if arr_ulong(a, 4) <> 10 then swigtesterror(); end
|
||||
if typeof(arr_ulong(a, 4)) <> "constant" then swigtesterror(); end
|
||||
if arr_ulong(uint32(a), 4) <> 10 then swigtesterror(); end
|
||||
if typeof(arr_ulong(uint32(a), 4)) <> "constant" then swigtesterror(); end
|
||||
|
||||
// long long
|
||||
// No equivalent in Scilab 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue