mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
36d8a857f9
for obtaining a sequence of successive coarse grids that are well suited for geometric multigrid methods. The quality of the elements of the coarse grids is optimized using a multilevel framework. The parallel library is based on MPI and is portable to a wide range of architectures. WWW: http://www.mgnet.org/mgnet-codes-parmgridgen.html PR: ports/152506 Submitted by: Stas Timokhin <devel at stasyan.com>
12 lines
322 B
C
12 lines
322 B
C
--- MGridGen/IMlib/IMlib.h.orig 2010-02-24 15:22:46.000000000 +0600
|
|
+++ MGridGen/IMlib/IMlib.h 2010-02-24 15:22:57.000000000 +0600
|
|
@@ -43,7 +43,7 @@
|
|
#ifdef DMALLOC
|
|
#include <dmalloc.h>
|
|
#else
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif
|
|
|
|
/*************************************************************************
|