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

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

[Octave-patch-tracker] [patch #9407] image package: new function houghpe


From: Carnë Draug
Subject: [Octave-patch-tracker] [patch #9407] image package: new function houghpeaks.m
Date: Tue, 1 Aug 2017 16:12:49 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #5, patch #9407 (project octave):

> 3. Coding style: I have two questions:
> 
> if isempty (threshold)
> or
> if (isempty (threshold))
> 
> !isimage (H)
> or
> ! isimage (H) 

It is:


## conditions in if/while are enclosed in parentheses
if (isempty (threshold))

## there is a space after the ! operator
! isimage (H)


These coding guidelines are inherited from Octave core.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9407>

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




reply via email to

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