; szss96_init_panda.pro -- translated by f2idl ; using argument information from init_panda.f and init_panda_f.c ; and documentation information from init_panda.f ;+ ; NAME: ; szss96_init_panda ; ; PURPOSE: ; initialize panda common block ; CALLING SEQUENCE: ; szss96_init_panda ; ; SIDE EFFECTS: ; Sets panda common block ; MODIFICATION HISTORY: ; Written 2007 Aug 31, LAY ; : ; ;- PRO szss96_init_panda ; -------------------- This function name fcn = 'szss96_init_panda' ; -------------------- assign parameters (including dimensions) ;------------------------- ; setup the output variables that will be passed to the fortran ; routine ;------------------------- ; check all variables if n_params() ne 0 then begin print,'szss96_init_panda: wrong number of arguments' return endif ;------------------------- ; Find root directory for library tname findpro, fcn, dirlist=dirlist, /noprint if dirlist[0] eq '' then root = '.' else root = dirlist[0] ;------------------------- ; CALL lib_name = root + '/szss96.so' entry_name = 'idl_ce_call_init_panda__' RESULT = CALL_EXTERNAL( lib_name, ENTRY_NAME, $ /verbose ) end