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