mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
cbb00356c0
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>
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
--- 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);
|