Skip to content
Prev 19310 / 63424 Next

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

After reading my own question once again, I think I can answer it
myself:

The code had too _few_ COMMON blocks. It seems the code relied on that, 
that several local variables would carry their values after being
initialised in the first subroutine call until the second call. This is
not the case. 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: