octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52195] typo in camorbit.m


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #52195] typo in camorbit.m
Date: Sun, 8 Oct 2017 17:48:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0

URL:
  <http://savannah.gnu.org/bugs/?52195>

                 Summary: typo in camorbit.m
                 Project: GNU Octave
            Submitted by: dasergatskov
            Submitted on: Sun 08 Oct 2017 09:48:37 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

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.
-- 





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52195>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]