aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/spooles/files/patch-MT+drivers+AllInOneMT.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/spooles/files/patch-MT+drivers+AllInOneMT.c b/math/spooles/files/patch-MT+drivers+AllInOneMT.c
new file mode 100644
index 000000000000..520701c9eecc
--- /dev/null
+++ b/math/spooles/files/patch-MT+drivers+AllInOneMT.c
@@ -0,0 +1,11 @@
+--- MT/drivers/AllInOneMT.c.orig Sat Aug 9 14:06:19 2003
++++ MT/drivers/AllInOneMT.c Sat Aug 9 14:13:07 2003
+@@ -35,7 +35,7 @@
+ Chv *rootchv ;
+ ChvManager *chvmanager ;
+ double droptol = 0.0, tau = 100. ;
+-double cpus[10] ;
++double cpus[11] ; /* see MT/src/factor.c - Manfred Spraul */
+ DV *cumopsDV ;
+ ETree *frontETree ;
+ FrontMtx *frontmtx ;