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 subroutine efexit( ret ) 00019 c DEC$ ATTRIBUTES DLLEXPORT :: efexit 00020 c 00021 implicit none 00022 save 00023 c 00024 integer ret 00025 c 00026 call edfexit( ret ) 00027 c 00028 return 00029 end