Skip to content
Snippets Groups Projects
Commit bce4a690 authored by Robert K's avatar Robert K
Browse files

[FromToFactory] make compile.

parent 600a0468
No related branches found
No related tags found
Loading
...@@ -38,7 +38,7 @@ namespace Dune ...@@ -38,7 +38,7 @@ namespace Dune
public: public:
template <class FromGrid, class Vector> template <class FromGrid, class Vector>
Grid* convert( const FromGrid& grid, Vector& cellData, std::vector<int>& ordering ) Grid* convert( const FromGrid& grid, Vector& cellData, std::vector<unsigned int>& ordering )
{ {
int rank = 0; int rank = 0;
#if HAVE_MPI #if HAVE_MPI
......
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