resf_r.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 
00018 
00019 c
00020 c    
00021 c     
00022       subroutine efchre(fid,maa,cha,val,interlace,n,locname,numco,
00023      1                  profil,pflmod,typent,typgeo,numdt,dtunit,
00024      1                  dt,numo,cret)
00025 c     DEC$ ATTRIBUTES DLLEXPORT :: efchre
00026 c
00027       implicit none
00028       save
00029 c      
00030       character *(*) cha,maa,profil,locname
00031       character*(*) dtunit
00032       integer fid,n,pflmod,typent,typgeo,cret
00033       integer interlace,numco,numdt,numo
00034       real*8 dt
00035       real*8 val(*)
00036       integer edfchae
00037 c
00038       cret = edfchae(fid,maa,len(maa),cha,len(cha),val,
00039      1     interlace,n,locname,len(locname),numco,
00040      1     profil,len(profil),pflmod,
00041      1     typent,typgeo,numdt,dtunit,len(dtunit),
00042      1     dt,numo)
00043 c      
00044       return
00045       end
00046 c
00047 c
00048 c
00049 
00050       subroutine efchrl(fid,maa,cha,val,
00051      1                  interlace,numco,locname,profil,pflmod,
00052      1                  typent,typgeo,
00053      1                  numdt, numo,cret)
00054 c     DEC$ ATTRIBUTES DLLEXPORT :: efchrl 
00055 c
00056       implicit none
00057       save
00058 c      
00059       character *(*) cha,maa,locname,profil
00060       integer fid,typent,typgeo,cret
00061       integer interlace,numco,numdt,numo,pflmod
00062       integer edfchal
00063       real*8 val(*)
00064 c
00065       cret = edfchal(fid,maa,len(maa),cha,len(cha),val,
00066      1     interlace,numco,locname,profil,pflmod,
00067      1     typent,typgeo,numdt,numo)
00068 c      
00069       return
00070       end
00071 c
00072 c
00073 c

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