Commit 42e2e442 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixes after rebase.

parent 5cad88b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -251,7 +251,7 @@ class MpiCommunicator
      static MPI_Datatype getDataType( const T& t )
      static MPI_Datatype getDataType( const T& t )
      { 
      { 
         return MPITypeResolver< T >::getType();
         return MPITypeResolver< T >::getType();
      };
      }
#endif
#endif
      
      
      //dim-number of dimensions, distr array of guess distr - 0 for computation
      //dim-number of dimensions, distr array of guess distr - 0 for computation
+1 −0
Original line number Original line Diff line number Diff line
@@ -512,6 +512,7 @@ class DistributedGridIO<


      static bool load(const String& fileName,MeshFunctionType &meshFunction) 
      static bool load(const String& fileName,MeshFunctionType &meshFunction) 
      {
      {
#ifdef HAVE_MPI
         if(Communicators::MpiCommunicator::IsInitialized())//i.e. - isUsed
         if(Communicators::MpiCommunicator::IsInitialized())//i.e. - isUsed
         {
         {
            typename MeshFunctionType::RealType* data = meshFunction.getData().getData();
            typename MeshFunctionType::RealType* data = meshFunction.getData().getData();