1st rel.
authorhackbard <hackbard>
Fri, 9 Aug 2002 02:42:02 +0000 (02:42 +0000)
committerhackbard <hackbard>
Fri, 9 Aug 2002 02:42:02 +0000 (02:42 +0000)
triang.c

index 1caf49a..8f4a706 100644 (file)
--- a/triang.c
+++ b/triang.c
@@ -66,8 +66,8 @@ seek_target (a, b, c, d, e, f);
 
 printf("Debug: seek_target ausgefuehrt!\n");
 
-printf("1. Moeglichkeit: (%f;%f)\n", deltaX1, deltaY1);
-printf("2. Moeglichkeit: (%f;%f)\n", deltaX2, deltaY2);
+printf("1. Moeglichkeit: Delta(%f;%f)\n", deltaX1, deltaY1);
+printf("2. Moeglichkeit: Delta(%f;%f)\n", deltaX2, deltaY2);
 
 }