09 May 2025 9:47:24.789 PM triangle_analyze(): FORTRAN90 version: Analyze properties of a triangle whose vertex coordinates are read from a file. Read the header of "tex8.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 3 Read the data in "tex8.txt". Node coordinates: Row 1 2 Col 1 2.00000 3.00000 2 2.00000 3.00000 3 2.00000 3.00000 ANGLES (radians): 1 2.0943951 2 2.0943951 3 2.0943951 ANGLES (degrees): 1 120.00000 2 120.00000 3 120.00000 AREA: 0.00000 CENTROID: 2.00000 3.00000 CIRCUM_RADIUS: -1.00000 CIRCUM_CENTER: 0.00000 0.00000 EDGE_LENGTHS: 1 0.0000000 2 0.0000000 3 0.0000000 IN_RADIUS: 0.00000 IN_CENTER: 2.00000 3.00000 ORIENTATION: Degenerate, at least two points identical. ORTHO_CENTER: Could not be computed. QUALITY: 0.00000 triangle_analyze(): Normal end of execution. 09 May 2025 9:47:24.789 PM