diff options
Diffstat (limited to '')
-rw-r--r-- | matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * matrix.h, matrix.c: Liner equation solver using LU decomposition. - * $Id: matrix.c,v 1.2 2001/11/09 04:59:17 a-ito Exp $ + * $Id: matrix.c,v 1.3 2001/11/15 00:32:13 a-ito Exp $ * * by K.Okabe Aug. 1999 * |