bugGNU Octave - Bugs: bug #52195, typo in camorbit.m

 
 

bug #52195: typo in camorbit.m

Submitter:  Dmitri A. Sergatskov <dasergatskov>
Submitted:  Sun 08 Oct 2017 09:48:37 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 09 Oct 2017 09:02:29 PM UTC, comment #3: 

Someone with permission should close this bug.

Colin Macdonald <cbm>
Mon 09 Oct 2017 05:00:55 PM UTC, comment #2: 

Thank you for reporting that issue. That was my bad. Fixed here:
http://hg.savannah.gnu.org/hgweb/octave/rev/046593530e95

Markus Mützel <mmuetzel>
Group administrator
Sun 08 Oct 2017 10:52:31 PM UTC, comment #1: 

I my original patch I had just `sphere()`; I think `hax` should only be used later on.

CC mmuetzel

Colin Macdonald <cbm>
Sun 08 Oct 2017 09:48:37 PM UTC, original submission:  

hg id "d52aa3a2794a"

camorbit.m line 261


%!   hax = subplot (1, 2, 1);
%!   sphere (hax1);
%!   x = campos ();


Should be either
hax1 = subplot (1,2,1);
or
sphere (hax)

Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by cbm (Posted a comment)
  • -email is unavailable- added by dasergatskov (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-10-09 mmuetzel StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2017-10-09 mmuetzel StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code