Skip to content
Snippets Groups Projects
Commit b90c065e authored by Peter Bastian's avatar Peter Bastian
Browse files

bug fixes

[[Imported from SVN: r3671]]
parent 7cc3c678
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,12 @@
#include <dune/common/enumset.hh>
#include <dune/common/collectivecommunication.hh>
#if HAVE_MPI
#include "indexset.hh"
#include "communicator.hh"
#include "remoteindices.hh"
#include "istlexception.hh"
#endif
namespace Dune {
......@@ -43,12 +45,12 @@ namespace Dune {
};
};
template <class G, class LocalIdType>
template <class G, class L>
class IndexInfoFromGrid
{
public:
/** @brief The type of the global index. */
typedef G GlobalIdType
typedef G GlobalIdType;
/** @brief The type of the local index. */
typedef L LocalIdType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment