June 12 2006 7:16:18.724 AM TABLE_DELAUNAY (FORTRAN90 version) Read a TABLE dataset of N points in 2 dimensions, Compute the Delaunay triangulation. Write an integer TABLE dataset of the triangulation. Read the header of "hex_cvt_nodes.txt". Spatial dimension M = 2 Number of points N = 139 Read the data in "hex_cvt_nodes.txt". 5 by 5 portion of node data read from file: Row 1 2 Col 1 0. 0. 2 0.111100 0. 3 0.222200 0. 4 0.333300 0. 5 0.444400 0. Computed the triangulation. Number of triangles is 240 3 by 5 portion of triangulation data: Col 1 2 3 4 5 Row 1 36 58 34 33 32 2 1 36 35 34 33 3 79 79 68 77 76 Wrote the triangulation data to "hex_cvt_nodes.delaunay.txt". Draw a picture of the triangulation data in "hex_cvt_nodes.delaunay.eps". TABLE_DELAUNAY Normal end of execution. June 12 2006 7:16:18.773 AM