|
From: | anonymous |
Subject: | [Octave-bug-tracker] [bug #41011] scalar indexed assignment should cast input type |
Date: | Sun, 1 Aug 2021 09:16:21 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 |
Follow-up Comment #3, bug #41011 (project octave): Using 6.1.0 It appears to be working. >> temp = [true, false]; temp(1) = 0; class(temp) ans = logical >> temp = true; temp(1) = 0; class(temp) ans = logical >> temp = true; temp(2) = 0; class(temp) ans = logical _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?41011> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |