smesh/src/MEFISTO2/areteideale.f

31 lines
1.2 KiB
FortranFixed
Raw Normal View History

2019-02-14 16:55:47 +05:00
c MEFISTO : library to compute 2D triangulation from segmented boundaries
2003-11-06 19:34:27 +05:00
c
2020-04-15 19:49:00 +05:00
c Copyright (C) 2006-2020 CEA/DEN, EDF R&D, OPEN CASCADE
2003-11-06 19:34:27 +05:00
c
2012-08-09 16:03:55 +06:00
c This library is free software; you can redistribute it and/or
c modify it under the terms of the GNU Lesser General Public
c License as published by the Free Software Foundation; either
2014-02-20 18:25:37 +06:00
c version 2.1 of the License, or (at your option) any later version.
2003-11-06 19:34:27 +05:00
c
2012-08-09 16:03:55 +06:00
c This library is distributed in the hope that it will be useful,
c but WITHOUT ANY WARRANTY; without even the implied warranty of
c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
c Lesser General Public License for more details.
2003-11-06 19:34:27 +05:00
c
2012-08-09 16:03:55 +06:00
c You should have received a copy of the GNU Lesser General Public
c License along with this library; if not, write to the Free Software
c Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2003-11-06 19:34:27 +05:00
c
2012-08-09 16:03:55 +06:00
c See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2003-11-06 19:34:27 +05:00
c
c File : areteideale.f
c Module : SMESH
c Author : Alain PERRONNET
c Date : 13 novembre 2006
2003-11-06 19:34:27 +05:00
2003-05-19 20:07:00 +06:00
double precision function areteideale( xyz, direction )
double precision xyz(3), direction(3)
areteideale = 10
return
end