aboutsummaryrefslogtreecommitdiffstats
path: root/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'matrix.c')
-rw-r--r--matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.c b/matrix.c
index 8208611..6c10a9f 100644
--- a/matrix.c
+++ b/matrix.c
@@ -1,7 +1,7 @@
/*
* matrix.h, matrix.c: Liner equation solver using LU decomposition.
- * $Id: matrix.c,v 1.1 2001/11/08 05:15:20 a-ito Exp $
+ * $Id: matrix.c,v 1.1.1.1 2001/11/08 05:15:20 a-ito Exp $
*
* by K.Okabe Aug. 1999
*