From 36d8a857f9b19cf3b5fa563debfb87670ea2ec22 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Wed, 15 Dec 2010 16:48:09 +0000 Subject: ParMGridGen-1.0 is a highly optimized serial and parallel library 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 --- math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h (limited to 'math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h') diff --git a/math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h b/math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h new file mode 100644 index 000000000000..576bd5bd5204 --- /dev/null +++ b/math/parmgridgen/files/patch-MGridGen_IMlib_IMlib.h @@ -0,0 +1,11 @@ +--- 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 + #else +-#include ++#include + #endif + + /************************************************************************* -- cgit v1.2.3