medprofile.f

Aller à la documentation de ce fichier.
00001 C*  This file is part of MED.
00002 C*
00003 C*  COPYRIGHT (C) 1999 - 2015  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 mpfprw(fid,pname,psize,profil,cret)
00021 c     DEC$ ATTRIBUTES DLLEXPORT :: mpfprw
00022 c
00023       implicit none
00024       save
00025       character*(*) pname
00026       integer profil(*)
00027       integer fid,cret,psize
00028       integer mpffprw
00029 c
00030       cret = mpffprw(fid,pname,len(pname),psize,profil)
00031 c      
00032       return
00033       end
00034 c
00035 c
00036 c
00037       subroutine mpfnpf(fid,n,cret)
00038 c     DEC$ ATTRIBUTES DLLEXPORT :: mpfnpf
00039 c
00040       implicit none
00041       save
00042       integer fid,n,cret
00043       integer mpffnpf
00044 c
00045       n = mpffnpf(fid)
00046 c
00047       if (n.lt.0) then
00048          cret = -1
00049       else
00050          cret = 0
00051       endif
00052 c      
00053       return
00054       end
00055 c
00056 c
00057 c
00058       subroutine mpfpfi(fid, it, pname, psize, cret)
00059 c     DEC$ ATTRIBUTES DLLEXPORT :: mpfpfi
00060 c
00061       implicit none
00062       save
00063 c
00064       character *(*) pname
00065       integer fid, psize, it, cret
00066       integer mpffpfi
00067 c
00068       cret = mpffpfi(fid, it, pname, psize)
00069 c     
00070       return
00071       end
00072 c
00073 c
00074 c
00075       subroutine mpfpsn(fid, pname, psize, cret)
00076 c     DEC$ ATTRIBUTES DLLEXPORT :: mpfpsn
00077 c
00078       implicit none
00079       save
00080 c
00081       character *(*) pname
00082       integer fid, psize, cret
00083       integer mpffpsn
00084 c
00085       cret = mpffpsn(fid, pname, len(pname), psize)
00086 c     
00087       return
00088       end
00089 c
00090 c
00091 c
00092       subroutine mpfprr(fid,pname,profil,cret)
00093 c     DEC$ ATTRIBUTES DLLEXPORT :: mpfprr
00094 c
00095       implicit none
00096       save
00097       character*(*) pname
00098       integer profil(*)
00099       integer fid,cret
00100       integer mpffprr
00101 c
00102       cret = mpffprr(fid,pname,len(pname),profil)
00103 c      
00104       return
00105       end
00106 

Généré le Thu Oct 8 14:26:16 2015 pour MED fichier par  doxygen 1.6.1