medflibrary.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 
00018       subroutine mlbclo(cret)
00019 c
00020       implicit none
00021       save
00022 c
00023       integer cret
00024       integer mlbfclo
00025 c
00026       cret = mlbfclo()
00027 c      
00028       return
00029       end
00030 
00031 
00032 
00033       subroutine mlbnuv(major,minor,rel,cret)
00034 c
00035       implicit none
00036       save
00037 c
00038       integer major, minor, rel
00039       integer cret
00040       integer mlbfnuv
00041 c
00042       cret = mlbfnuv(major,minor,rel)
00043 c      
00044       return
00045       end
00046 
00047 
00048       subroutine mlbstv(version,cret)
00049 c
00050       implicit none
00051       save
00052 c
00053       character*(*) version
00054       integer cret
00055       integer mlbfstv
00056 c
00057       cret = mlbfstv(version,len(version))
00058 c      
00059       return
00060       end
00061 
00062 
00063 
00064       subroutine mlbhnv(major,minor,rel,cret)
00065 c
00066       implicit none
00067       save
00068 c
00069       integer major, minor, rel
00070       integer cret
00071       integer mlbfhnv
00072 c
00073       cret = mlbfhnv(major,minor,rel)
00074 c      
00075       return
00076       end
00077 
00078 
00079       subroutine mlbhsv(version,cret)
00080 c
00081       implicit none
00082       save
00083 c
00084       character*(*) version
00085       integer cret
00086       integer mlbfhsv
00087 c
00088       cret = mlbfhsv(version,len(version))
00089 c      
00090       return
00091       end

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