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

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

[Octave-bug-tracker] [bug #49846] ode45 initial call to event function u


From: Rik
Subject: [Octave-bug-tracker] [bug #49846] ode45 initial call to event function uses wrong time value
Date: Thu, 15 Dec 2016 21:54:24 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49846 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

To be clear, are you talking about the function
scripts/ode/private/integrate_adaptive.m?

I see the following in that m-file:


  ## Initialize the EventFcn
  if (! isempty (options.Events))
    ode_event_handler (options.Events, tspan(end), x,
                       "init", options.funarguments{:});
  endif


Is the suggestion to change tspan(end) to tspan(1)?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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