octave-maintainers
[Top][All Lists]
Advanced

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

Re: bug in contourc.m


From: Shai Ayal
Subject: Re: bug in contourc.m
Date: Tue, 6 Feb 2007 06:06:22 +0200



On 2/5/07, John W. Eaton <address@hidden> wrote:
On  2-Feb-2007, Shai Ayal wrote:

| There was a bug in octplot's contourc.m. I think this file is now also used
| in octave. I attach the (trivial) patch.

Thanks, I made these changes.

| This raises a general question -- do we keep 2 copies of these files? and
| how do we synchronize?

I suppose this is the same problem that happens with Octave Forge when
there is overlap.  As long as you want to support versions of Octave
that do not have the function, you can distribute your own copy.  You
can also check to see whether Octave already has the function, and not
install your version if it does.  Eventually, you can simply assume
that Octave has the function, and not distribute your copy.

OK. So I will keep forwarding patches to this list, and test for the existence of this function in the installed octave.

Is there any recommended way of checking for the existence of a m-file a configure script?

Shai

reply via email to

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