SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/LIB/XRD38/LFI/lfilas.F
Go to the documentation of this file.
00001 C Jan-2011 P. Marguinaud Interface to thread-safe LFI
00002       SUBROUTINE LFILAS ( KREP, KNUMER, CDNOMA, KTAB, KLONG )
00003       USE LFIMOD, ONLY : LFICOM_DEFAULT,
00004      S                   LFICOM_DEFAULT_INIT,
00005      S                   NEW_LFI_DEFAULT
00006       IMPLICIT NONE
00007       CHARACTER CDNOMA*(*)
00008       INTEGER KREP, KNUMER, KLONG
00009 #ifndef f77
00010 #include "precision.h"
00011       INTEGER (KIND=JPDBLE)  KTAB (KLONG)
00012 #else
00013       INTEGER KTAB (KLONG)
00014 #endif
00015       IF (.NOT. LFICOM_DEFAULT_INIT) CALL NEW_LFI_DEFAULT ()
00016       CALL LFILAS_MT (LFICOM_DEFAULT, KREP, KNUMER, 
00017      S                CDNOMA, KTAB, KLONG )
00018       END SUBROUTINE
00019