#include "dical_irinterp.h" #include "dical_visinterpolate.h" int IDL_Load(void){ static IDL_SYSFUN_DEF2 function_addr[] = { { DICal_IRInterp, "DICAL_IRINTERP" , 3, 3, 0, 0}, }; return IDL_SysRtnAdd(function_addr, TRUE, IDL_CARRAY_ELTS(function_addr)); }