Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d0c51d28 authored by hhakim's avatar hhakim
Browse files

Fix minor bug #67.

It closes #67 issue.

[skip  ci]
parent 309b2659
Branches
Tags
No related merge requests found
...@@ -1020,7 +1020,7 @@ classdef Faust ...@@ -1020,7 +1020,7 @@ classdef Faust
end end
if (length(S.subs) ~=2) if (length(S.subs) ~=2)
invalid(' subsref invalid slicing must have 2 index since F is a 2D-array'); error(' subsref invalid slicing must have 2 index since F is a 2D-array');
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment