5 May 2014 2:32:12.049 PM POLYGON_TRIANGULATE_PRB FORTRAN77 version. Test the POLYGON_TRIANGULATE library. TEST01 Triangulate the comb_10 polygon. Triangles Col 1 2 3 4 5 6 7 8 Row 1: 3 5 7 9 10 3 5 7 2: 1 3 5 7 7 10 10 10 3: 2 4 6 8 9 1 3 5 TEST02 Read polygon coordinates in "comb_nodes.txt" Write triangulation to "comb_elements.txt" TEST02 Read polygon coordinates in "hand_nodes.txt" Write triangulation to "hand_elements.txt" TEST02 Read polygon coordinates in "i18_nodes.txt" Write triangulation to "i18_elements.txt" TEST03 Read node coordinates in "comb_nodes.txt" Write edges to "comb_edges.txt" Write diagonals to "comb_diagonals.txt" Write gnuplot commands to "comb_commands.txt" TEST03 Read node coordinates in "hand_nodes.txt" Write edges to "hand_edges.txt" Write diagonals to "hand_diagonals.txt" Write gnuplot commands to "hand_commands.txt" TEST03 Read node coordinates in "i18_nodes.txt" Write edges to "i18_edges.txt" Write diagonals to "i18_diagonals.txt" Write gnuplot commands to "i18_commands.txt" POLYGON_TRIANGULATE_PRB Normal end of execution. 5 May 2014 2:32:12.117 PM