From 0726b32e733a80d32bf5b7ad25e3262e4f664eb7 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 21 Feb 2023 15:10:33 +0100
Subject: [PATCH] [MeL/IO/MPI_IO] Comment for better understanding

---
 MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp
index 211f7fc5e7a..5e044a4e78b 100644
--- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp
+++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp
@@ -154,6 +154,8 @@ MeshLib::NodePartitionedMesh* NodePartitionedMeshReader::readMesh(
     const std::string fname_header = file_name_base + "_partitioned_msh_";
     const std::string fname_num_p_ext = std::to_string(_mpi_comm_size) + ".bin";
 
+    // Read the config meta data from *cfg* file into struct PartitionedMeshInfo
+    // _mesh_info
     if (!readDataFromFile(
             fname_header + "cfg" + fname_num_p_ext,
             static_cast<MPI_Offset>(static_cast<unsigned>(_mpi_rank) *
-- 
GitLab