diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 02:47:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 02:47:24 +0000 |
commit | 196470e8fcc688f1bc8658fdcef7e2c90f4efea6 (patch) | |
tree | 1a8ba59e7a7477ce614d5412fbca65e34cf27892 /math/arpack++/files/patch-include::arlutil.h | |
parent | - Update MASTER_SITES and WWW (diff) |
Add arpack++, an object-oriented version of the ARPACK package.
It's just a collection of class templates, because templates are
defined in header (.h) files
PR: ports/58535
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=95234
Diffstat (limited to 'math/arpack++/files/patch-include::arlutil.h')
-rw-r--r-- | math/arpack++/files/patch-include::arlutil.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/arpack++/files/patch-include::arlutil.h b/math/arpack++/files/patch-include::arlutil.h new file mode 100644 index 000000000000..40e7ac7f0b53 --- /dev/null +++ b/math/arpack++/files/patch-include::arlutil.h @@ -0,0 +1,11 @@ +--- include/arlutil.h.orig Thu Jul 31 22:32:42 1997 ++++ include/arlutil.h Mon Oct 20 00:09:43 2003 +@@ -12,7 +12,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <assert.h> + + /* Macros */ |