libsim  Versione 7.1.7

◆ triangles_compute_d()

integer function space_utilities::triangles_compute_d ( double precision, dimension(:), intent(in)  XD,
double precision, dimension(:), intent(in)  YD,
type (triangles), intent(inout)  tri 
)
private
Parametri
[in]xdARRAY OF DIMENSION NDP CONTAINING THE X COORDINATES OF THE DATA POINTS
[in]ydARRAY OF DIMENSION NDP CONTAINING THE Y COORDINATES OF THE DATA POINTS.
[in,out]tricomputed triangles

Definizione alla linea 331 del file space_utilities.F90.

332 end DO
333 if (err) then
334  call l4f_log(l4f_debug,"CONTNG - ALL COLLINEAR DATA POINTS")
335  contng_simc=2
336  return
337 end if
338 IF (jp /= 3) then
339  jpmx = jp
340  jp = jpmx+1
341  DO jpc=4,jpmx

Generated with Doxygen.