|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #48737] javaArray with 1 dimension |
| Date: | Wed, 10 Aug 2016 01:20:14 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 |
Update of bug #48737 (project octave):
Category: None => Octave Function
Item Group: None => Incorrect Result
Status: None => Works For Me
_______________________________________________________
Follow-up Comment #1:
I don't see any error with this:
>> arr = javaArray ("java.lang.Object", 3);
>> size (arr)
ans =
3 1
>> class (arr)
ans = java.lang.Object[]
What version / hg revision do you see this error with?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48737>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |