libsim Versione 7.1.11

◆ triangles_compute_d()

integer function 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.

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

Generated with Doxygen.