freebsd-ports/math/itl/files/patch-test+iohb_c
Mark Linimon cbb00356c0 Add math/itl, the Iterative Template Library. It carries solver and
preconditioners for solving equations. It is required by some FEM
packages on the net like Felyx and IMOOSE.

ITL is said to work especially fast with gcc-3.3.

PR:		ports/55717
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2004-01-06 04:42:35 +00:00

10 lines
270 B
Text

--- test/iohb.c.orig Mon Aug 18 22:04:00 2003
+++ test/iohb.c Mon Aug 18 22:04:22 2003
@@ -219,7 +219,6 @@
#include<stdlib.h>
#include<string.h>
#include<math.h>
-#include<malloc.h>
char* substr(const char* S, const int pos, const int len);
void upcase(char* S);