medlink.f

Aller à la documentation de ce fichier.
00001 C*  This file is part of MED.
00002 C*
00003 C*  COPYRIGHT (C) 1999 - 2011  EDF R&D, CEA/DEN
00004 C*  MED is free software: you can redistribute it and/or modify
00005 C*  it under the terms of the GNU Lesser General Public License as published by
00006 C*  the Free Software Foundation, either version 3 of the License, or
00007 C*  (at your option) any later version.
00008 C*
00009 C*  MED is distributed in the hope that it will be useful,
00010 C*  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 C*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 C*  GNU Lesser General Public License for more details.
00013 C*
00014 C*  You should have received a copy of the GNU Lesser General Public License
00015 C*  along with MED.  If not, see <http://www.gnu.org/licenses/>.
00016 C*
00017 c
00018 c
00019 c
00020       subroutine mlnliw(fid,mname,lname,cret)
00021 c
00022       implicit none
00023       save
00024       character*(*) mname,lname
00025       integer fid,cret
00026       integer mlnfliw
00027 c
00028       cret = mlnfliw(fid,mname,len(mname),lname,len(lname))
00029 c      
00030       return
00031       end
00032 c
00033 c
00034 c
00035       subroutine mlnnln(fid,n,cret)
00036 c
00037       implicit none
00038       save
00039       integer fid,n,cret
00040       integer mlnfnln
00041 c
00042       n = mlnfnln(fid)
00043 c
00044       if (n.lt.0) then
00045          cret = -1
00046       else
00047          cret = 0
00048       endif
00049 c      
00050       return
00051       end
00052 c
00053 c
00054 c
00055       subroutine mlnlni(fid, it, mname, lsize, cret)
00056 c
00057       implicit none
00058       save
00059 c
00060       character *(*) mname
00061       integer fid, lsize, it, cret
00062       integer mlnflni
00063 c
00064       cret = mlnflni(fid, it, mname, lsize)
00065 c     
00066       return
00067       end
00068 c
00069 c
00070 c
00071       subroutine mlnlai(fid, mname, lsize, cret)
00072 c
00073       implicit none
00074       save
00075 c
00076       character *(*) mname
00077       integer fid, lsize, cret
00078       integer mlnflai
00079 c
00080       cret = mlnflai(fid, mname, len(mname), lsize)
00081 c     
00082       return
00083       end
00084 c
00085 c
00086 c
00087       subroutine mlnlir(fid,mname,lname,cret)
00088 c
00089       implicit none
00090       save
00091       character*(*) mname,lname
00092       integer fid,cret
00093       integer mlnflir
00094 c
00095       cret = mlnflir(fid,mname,len(mname),lname)
00096 c      
00097       return
00098       end
00099 
00100 

Généré le Mon May 16 17:10:23 2011 pour MED fichier par  doxygen 1.6.1