29!||--- uses -----------------------------------------------------
37#include "implicit_f.inc"
42#include "tabsiz_c.inc"
48 TYPE(python_),
INTENT(inout) :: PYTHON
56 INTEGER N, NPOINT,ISMOOTH
62 ismooth = np(2*nfunct+n+1)
64 npoint=(np(n+1)-np(n))/2
65 CALL interp(tf(np(n)),tt,npoint,fv(n),tg)
66 ELSE IF(ismooth < 0)
THEN
68 CALL python_call_funct1d(python, ismooth,tt, fv(n))
subroutine interp(tf, tt, npoint, f, tg)
subroutine timfun(python, fv, np, tf)