I've just committed a fix to the f77 example 26 so that it gives
identical results to the C version. While trying to do this I needed to
split one of the unicode strings in a data statement across two lines
since the multibyte characters make the line more than 72 characters
long. You can't use t
>
> I've just committed a fix to the f77 example 26 so that it gives
> identical results to the C version. While trying to do this I needed to
> split one of the unicode strings in a data statement across two lines
> since the multibyte characters make the line more than 72 characters
> long. You c
On 2008-08-11 19:59-0700 Alan W. Irwin wrote:
> On 2008-08-11 14:43-0600 Orion Poplawski wrote:
>
>> Wishlist: a verbose testing option that
>> would output the actual command executed for each test.
I have implemented a proof of concept of this idea (revision 8636) for our C
examples. Please tr
On 2008-08-11 21:39-0700 Alan W. Irwin wrote:
> On 2008-08-11 22:09+0100 Andrew Ross wrote:
>> For example 21, some of the differences are just rounding errors. I do
>> however see some additional line at the end like. This is from plot3d.
>> I also see similar extra lines from the java and octave