On Fri, Apr 8, 2011 at 3:03 PM, Juan Pablo Carbajal <carba...@ifi.uzh.ch> wrote:
> Hi,
> I cannot find a way to silence the verbosity of the ode integratos
> when the conditions of an event functions are met.
> I get messages of the kind
> warning: Solver has been stopped by a call of "break" in the main
> iteration loop at time t = XXX before endpoint at tend = YYY was
> reached. This may happen because the @odeplot function returned "true"
> or the @event function returned "true".
>
> Is there a way to avoid those messages? or control the warning message?
>
> Thanks

Did you try

warning off
% call ode fn
warning on

see the output of
help warning

you can turn some specific warnings off (instead of all warnings). not
in this case, I think.


-- 
/* andy buckle */

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to