We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116f7ed commit 0c92839Copy full SHA for 0c92839
src/Chunk.cpp
@@ -53,4 +53,4 @@ WrittenChunkInfo::operator==( WrittenChunkInfo const & other ) const
53
return this->mpi_rank == other.mpi_rank &&
54
this->ChunkInfo::operator==( other );
55
}
56
-} // namespace openPMD
+} // namespace openPMD
test/name_tests.sh
0 commit comments