src/dierckx.f90: fix use of uninitialised var
This commit is contained in:
parent
7c5b443847
commit
3dcacf685c
@ -2927,6 +2927,7 @@ contains
|
|||||||
ier = 0
|
ier = 0
|
||||||
end if
|
end if
|
||||||
! we partition the working space and determine the spline approximation
|
! we partition the working space and determine the spline approximation
|
||||||
|
wrk(1) = 0
|
||||||
lfpx = 5
|
lfpx = 5
|
||||||
lfpy = lfpx+nxest
|
lfpy = lfpx+nxest
|
||||||
lww = lfpy+nyest
|
lww = lfpy+nyest
|
||||||
|
Loading…
Reference in New Issue
Block a user