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