Parent Directory
|
Revision Log
dev-python/pyamg: Back port upstream commit 850 to fix compilation with gcc-4.7, #431112 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
| 1 | jlec | 1.1 | pyamg/amg_core/ruge_stuben.h | 2 ++ |
| 2 | 1 files changed, 2 insertions(+), 0 deletions(-) | ||
| 3 | |||
| 4 | diff --git a/pyamg/amg_core/ruge_stuben.h b/pyamg/amg_core/ruge_stuben.h | ||
| 5 | index 51cec80..d0ff9a9 100644 | ||
| 6 | --- a/pyamg/amg_core/ruge_stuben.h | ||
| 7 | +++ b/pyamg/amg_core/ruge_stuben.h | ||
| 8 | @@ -7,6 +7,8 @@ | ||
| 9 | #include <cassert> | ||
| 10 | #include <limits> | ||
| 11 | #include <algorithm> | ||
| 12 | +#include "graph.h" | ||
| 13 | +#include "linalg.h" | ||
| 14 | |||
| 15 | /* | ||
| 16 | * Compute a strength of connection matrix using the classical strength |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |