[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help-octave Digest, Vol 37, Issue 8
From: |
Ben Abbott |
Subject: |
Re: Help-octave Digest, Vol 37, Issue 8 |
Date: |
Sat, 04 Apr 2009 09:13:48 -0400 |
On Apr 4, 2009, at 8:14 AM, David Doria wrote:
David Bateman -
What do I do with that .ksh file?
Thanks,
David
It is the patch for scatter.m
The lines beginning with "-" need to be removed and then replaced by
the lines beginning with "+".
The developers use a mercurial archive. If you have one ...
hg import attachment-0001.ksh
If you don't have a mercurial archive, delete the portion preceding
the line beginning with "diff --git ..." and apply it with the patch
command.
If you don't know what any of this means, or don't want to bother, you
can manually apply the changes to your __scatter__.m
To edit __scatter__.m, type "edit __scatter.m" at octave's command
prompt.
Ben