 |
NEURON
|
Go to the documentation of this file. 1 #include <../../nrnconf.h>
40 static char rcsid[] =
"version.c,v 1.1 1997/12/04 17:56:03 hines Exp";
42 printf(
"Meshach matrix library version 1.2b\n");
44 printf(
"Changes since 1.2a:\n");
45 printf(
"\t Fixed bug in schur() for 2x2 blocks with real e-vals\n");
46 printf(
"\t Fixed bug in schur() reading beyond end of array\n");
47 printf(
"\t Fixed some installation bugs\n");
48 printf(
"\t Fixed bugs & improved efficiency in spILUfactor()\n");
49 printf(
"\t px_inv() doesn't crash inverting non-permutations\n");