SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
/home/dasprezs/EXPORT_v7_3/src/LIB/XRD38/FA/facile.F
Go to the documentation of this file.
00001 C Jan-2011 P. Marguinaud Interface to thread-safe FA
00002       SUBROUTINE FACILE(KREP, KNUMER, CDPREF, KNIVAU, CDSUFF, 
00003      S                  KCHAMP, LDCOSP )
00004       USE FA_MOD, ONLY : FA_COM_DEFAULT,
00005      S                   FA_COM_DEFAULT_INIT,
00006      S                   NEW_FA_DEFAULT
00007       IMPLICIT NONE
00008 #include "precision.h"
00009       INTEGER KREP, KNUMER, KNIVAU
00010       INTEGER (KIND=JPDBLE) KCHAMP (*)
00011       LOGICAL LDCOSP
00012       CHARACTER CDPREF*(*), CDSUFF*(*)
00013       IF (.NOT. FA_COM_DEFAULT_INIT) CALL NEW_FA_DEFAULT ()
00014       CALL FACILE_MT (FA_COM_DEFAULT, KREP, KNUMER, CDPREF, KNIVAU, 
00015      S                CDSUFF, KCHAMP, LDCOSP )
00016       END SUBROUTINE
00017