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

Fixing DitributedGridIO to work with general mesh functions.

parent 34358045
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -504,7 +504,6 @@ class DistributedGridIO< MeshFunction,

      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();