Include fastamg.hh for dune-istl 2.3

For the inofficial 2.2 release this was included automatically with amg.hh.
This commit is contained in:
Markus Blatt 2014-03-19 19:49:48 +01:00
parent d333f413d1
commit 8f60175d04

View File

@ -40,6 +40,10 @@
#include <dune/istl/paamg/amg.hh>
#include <dune/istl/paamg/kamg.hh>
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 3)
#include <dune/istl/paamg/fastamg.hh>
#endif
#include <stdexcept>
#include <iostream>