17 July 2009 10:46:57.128 PM TRIANGLE_PROPERTIES: FORTRAN90 version: Determine properties of a triangle. Read the header of "tex6.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 3 Read the data in "tex6.txt". Node coordinates: Row 1 2 Col 1 1.00000 0.00000 2 2.00000 2.00000 3 3.00000 4.00000 ANGLES (radians) 1 0.0000000 2 3.1415927 3 0.0000000 ANGLES (degrees) 1 0.0000000 2 180.00000 3 0.0000000 AREA = 0.00000 CENTROID: 2.00000 2.00000 CIRCUM_RADIUS = -1.00000 CIRCUM_CENTER: 0.00000 0.00000 EDGE_LENGTHS 1 2.2360680 2 2.2360680 3 4.4721360 IN_RADIUS = 0.00000 IN_CENTER: 2.00000 2.00000 ORIENTATION: Degenerate Distinct Colinear Points. ORTHO_CENTER: 0.00000 0.00000 QUALITY = 0.00000 TRIANGLE_PROPERTIES: Normal end of execution. 17 July 2009 10:46:57.131 PM