22 # include "rheolef/config.h"
23 # ifdef _RHEOLEF_HAVE_MPI
25 # include "rheolef/disarray.h"
30 template class disarray_rep<Float, distributed, std::allocator<Float> >;
31 template class disarray_rep<int, distributed, std::allocator<int> >;
32 template class disarray_rep<size_t, distributed, std::allocator<size_t> >;
This file is part of Rheolef.