gauss.c
changeset 8 96d16dfe787a
parent 3 820ed7fb9314
child 9 c3fecc82ade6
--- a/gauss.c
+++ b/gauss.c
@@ -79,7 +79,9 @@
         printf ("Division by Zero\n");
         exit (-1);
     }
-    /*h=A[0][0];*/
+    /*
+     * h=A[0][0];
+     */
     A[0][0] /= h;
     A[0][MAXX - 1] /= h;
 }