Skip to content

Commit 52f5bfe

Browse files
committed
Fix ans type to double[]
There is currently no display for double; it was working by accident as a return value, which was thus missed by converters and thus not hitting the failing conversion of double[] to double.
1 parent 83db7c5 commit 52f5bfe

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/script_templates/MATLAB

1 file changed

+1
-1
lines changed

src/main/resources/script_templates/MATLAB/Use_ans.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% @OUTPUT double ans
1+
% @OUTPUT double[] ans
22

33
% This trivial script demonstrates the use of
44
% the "ans" variable in the SciJava-MATLAB

0 commit comments

Comments
 (0)