aboutsummaryrefslogtreecommitdiffstats
path: root/matrix.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 14:59:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 14:59:02 +0000
commitbe795a72ebdc1124932ebca1a85388567485b9b5 (patch)
treec1f62797ddfb9bd45b851ccb2d8f31cc46ef3b1b /matrix.c
parentfix indent again (diff)
downloadw3m-be795a72ebdc1124932ebca1a85388567485b9b5.tar.gz
w3m-be795a72ebdc1124932ebca1a85388567485b9b5.zip
rcsid comment
Diffstat (limited to '')
-rw-r--r--matrix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/matrix.c b/matrix.c
index 38b2f87..92f8f2b 100644
--- a/matrix.c
+++ b/matrix.c
@@ -1,7 +1,6 @@
-
+/* $Id: matrix.c,v 1.7 2002/07/18 14:59:02 ukai Exp $ */
/*
* matrix.h, matrix.c: Liner equation solver using LU decomposition.
- * $Id: matrix.c,v 1.6 2001/11/30 10:10:24 ukai Exp $
*
* by K.Okabe Aug. 1999
*