ncl_tdotri (3) Linux Manual Page
TDOTRI – Order the triangles defined by a triangle list. Synopsis CALL TDOTRI (RTRI, MTRI, NTRI, RTWK, ITWK, IORD) C-Binding Synopsis #include <ncarg/ncargC.h> void c_tdotri(float *rtri, int mtri, int *ntri, float *rtwk, int *itwk, int iord) Description This routine, given a list of NTRI triangles in the array RTRI and a real scratch array RTWK…
