Re: [ng-spice-devel] [ng-spice-bugs] Bug in polyfit.c (fwd)


To ng-spice-devel@ieee.ing.uniroma1.it
From "Arno W. Peters" <a.w.peters@ieee.org>
Date Fri, 13 Oct 2000 18:25:55 +0200
Delivered-To mailing list ng-spice-devel@ieee.ing.uniroma1.it
In-Reply-To <Pine.LNX.3.96.1001013120904.5627A-100000@ieee.ing.uniroma1.it >; from pnenzi@ieee.ing.uniroma1.it on Fri, Oct 13, 2000 at 12:09:53PM +0200
Mailing-List contact ng-spice-devel-help@ieee.ing.uniroma1.it; run by ezmlm
References <Pine.LNX.3.96.1001013120904.5627A-100000@ieee.ing.uniroma1.it >
Reply-To ng-spice-devel@ieee.ing.uniroma1.it
User-Agent Mutt/1.2.5i

On Fri, Oct 13, 2000 at 12:09:53PM +0200, Paolo Nenzi wrote:
> 
> ---------- Forwarded message ----------
> Date: Sat, 30 Sep 2000 01:03:37 +0200
> From: Daniele Gordini <dgordini@guest.deis.unibo.it>
> Reply-To: ng-spice-bugs@ieee.ing.uniroma1.it
> To: ng-spice-bugs@ieee.ing.uniroma1.it
> Subject: [ng-spice-bugs] Bug in polyfit.c
> 
> 
> memcpy((char *) ydata, (char *) mat2, n * sizeof
> (double));
> 
> which is incorrect, it should be:
> 
> memcpy((char *) mat2, (char *) ydata, n * sizeof (double));
> 

Applied.

-- 
Arno

PGP signature


Partial thread listing: