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

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

[Octave-bug-tracker] [bug #40190] unnecessary call to semilogy in bvp4c.


From: anonymous
Subject: [Octave-bug-tracker] [bug #40190] unnecessary call to semilogy in bvp4c.m error with zero values
Date: Sun, 06 Oct 2013 03:23:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17

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

                 Summary: unnecessary call to semilogy in bvp4c.m error with
zero values
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 06 Oct 2013 03:23:49 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Hossain Pezeshki
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello,
At line #103 of bvp4c.m there is a superfluous call to 'semilogy' obviously
left over from debugging before release. This can cause scripts to abort with
error.
Currently the line reads:
err    = max(abs(f_est-du_est)); semilogy(tm,err), pause(.1)

The part following the semicolon is unnecessary and aborts the script when err
is zero.

Thank you in advance
-HP




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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