Loading src/TNL/Meshes/DistributedMeshes/DistributedGridIO_VectorField.h +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ class DistributedGridIO<Functions::VectorField<Size,MeshFunctionType>,MpiIO,Devi }; #ifdef HAVE_MPI private: static unsigned int writeVectorFieldHeader(MPI_File &file,Functions::VectorField<Size,MeshFunctionType> &vectorField) { Loading Loading @@ -110,6 +111,7 @@ class DistributedGridIO<Functions::VectorField<Size,MeshFunctionType>,MpiIO,Devi return size; } #endif public: static bool load(const String& fileName, Functions::VectorField<Size,MeshFunctionType> &vectorField) Loading Loading
src/TNL/Meshes/DistributedMeshes/DistributedGridIO_VectorField.h +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ class DistributedGridIO<Functions::VectorField<Size,MeshFunctionType>,MpiIO,Devi }; #ifdef HAVE_MPI private: static unsigned int writeVectorFieldHeader(MPI_File &file,Functions::VectorField<Size,MeshFunctionType> &vectorField) { Loading Loading @@ -110,6 +111,7 @@ class DistributedGridIO<Functions::VectorField<Size,MeshFunctionType>,MpiIO,Devi return size; } #endif public: static bool load(const String& fileName, Functions::VectorField<Size,MeshFunctionType> &vectorField) Loading