ports/math/spooles/files/patch-MT+drivers+AllInOneMT.c
Maho Nakata f18cdd2f47 Cosmetic updates
- Clean up a malloc() call to get rid of some warnings.
- Pet portlint by using "makepatch" for the patches, added the license,
  changed a tab after the WWW line.

PR: 208295
Submitted by: pfg@
2016-04-18 11:28:17 +00:00

11 lines
426 B
C

--- MT/drivers/allInOneMT.c.orig 1999-01-21 16:51:22 UTC
+++ MT/drivers/allInOneMT.c
@@ -35,7 +35,7 @@ DenseMtx *mtxY, *mtxX ;
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 ;