Salome HOME
Increment version: 8.5.0
[modules/smesh.git] / src / MEFISTO2 / areteideale.f
1 c  MEFISTO : library to compute 2D triangulation from segmented boundaries
2 c
3 c Copyright (C) 2006-2016  CEA/DEN, EDF R&D, OPEN CASCADE
4 c
5 c This library is free software; you can redistribute it and/or
6 c modify it under the terms of the GNU Lesser General Public
7 c License as published by the Free Software Foundation; either
8 c version 2.1 of the License, or (at your option) any later version.
9 c
10 c This library is distributed in the hope that it will be useful,
11 c but WITHOUT ANY WARRANTY; without even the implied warranty of
12 c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 c Lesser General Public License for more details.
14 c
15 c You should have received a copy of the GNU Lesser General Public
16 c License along with this library; if not, write to the Free Software
17 c Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18 c
19 c See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 c
21 c  File   : areteideale.f
22 c  Module : SMESH
23 c  Author : Alain PERRONNET
24 c  Date   : 13 novembre 2006
25
26       double precision function areteideale( xyz, direction )
27       double precision xyz(3), direction(3)
28       areteideale = 10
29       return
30       end