mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
- 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@
11 lines
426 B
C
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 ;
|