Re: [Rd] akima 0.4-5, interpp() bug = COMMON block problem

2006-02-01 Thread Albrecht Gebhardt
. I introduced a new COMMON block containing (at least) all these variables and this fixes it. After I have done some more checks, you should expect a new version of akima soon. Best wishes Albrecht Am Mittwoch, den 01.02.2006, 11:31 +0100 schrieb Albrecht Gebhardt: > Hi, > > I&#x

[Rd] akima 0.4-5, interpp() bug = COMMON block problem

2006-02-01 Thread Albrecht Gebhardt
80 +C IF (NIT.NE.0) GO TO 80 NIT = 1 C - DIVIDES THE X-Y PLANE INTO NINE RECTANGULAR SECTIONS. XMN = XD(1) I guess, using COMMON blocks is generally a bad idea when using Fortran code within R? Shall I leave it with my workaround or should I search for more details o