|
| From: | Doug Stewart |
| Subject: | [Octave-bug-tracker] [bug #48181] Geometry pkg parallelLine error |
| Date: | Wed, 8 Jun 2016 17:41:57 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?48181>
Summary: Geometry pkg parallelLine error
Project: GNU Octave
Submitted by: dastew
Submitted on: Wed 08 Jun 2016 17:41:54 GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Crash
Status: None
Assigned to: None
Originator Name: Doug
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
In parallelLine.m line 44 should change from
if size(point, 1)==1
to
if size(point, 2)==1
I was getting a "point" with 4 values instead of 2.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48181>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |