Skip to content
Snippets Groups Projects
Commit 42e2e442 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixes after rebase.

parent 5cad88b4
No related branches found
No related tags found
Loading
......@@ -251,7 +251,7 @@ class MpiCommunicator
static MPI_Datatype getDataType( const T& t )
{
return MPITypeResolver< T >::getType();
};
}
#endif
//dim-number of dimensions, distr array of guess distr - 0 for computation
......
......@@ -512,6 +512,7 @@ class DistributedGridIO<
static bool load(const String& fileName,MeshFunctionType &meshFunction)
{
#ifdef HAVE_MPI
if(Communicators::MpiCommunicator::IsInitialized())//i.e. - isUsed
{
typename MeshFunctionType::RealType* data = meshFunction.getData().getData();
......
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