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

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

[Octave-bug-tracker] [bug #51097] wrong white space causing error


From: anonymous
Subject: [Octave-bug-tracker] [bug #51097] wrong white space causing error
Date: Tue, 23 May 2017 09:23:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

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

                 Summary: wrong white space causing error
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 23 May 2017 01:23:29 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Leonardo Araujo
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

On communications package, the file dpcmopt.m has an extra space on line 62
causing error.

The line is:
predictor = [0 - a(2:end)];

and the correct is
predictor = [0 -a(2:end)];

since it is a vector where the first element is null and the other elements
are minus one times the elements in vector a.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 23 May 2017 01:23:29 PM UTC  Name: dpcmopt.m  Size: 3kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=40770>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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