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

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

[Octave-bug-tracker] [bug #34906] Compatibility difference with ticklabe


From: Rik
Subject: [Octave-bug-tracker] [bug #34906] Compatibility difference with ticklabels, linestyleorder
Date: Mon, 24 Jun 2013 22:10:27 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #8, bug #34906 (project octave):

I modified the code to use standard Octave coding conventions
(http://hg.savannah.gnu.org/hgweb/octave/rev/969233a27bce).  We like to
distinguish between indexing and function calls by using a space between the
function name and the opening parenthesis.


x(idx)   # indexing
cos (x)  # function call


These rules are maintained in the C++ code as well.  I also added missing
semicolons to the end of lines for %!test blocks.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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