We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f837d70 commit 37fc432Copy full SHA for 37fc432
test/SerialIOTest.cpp
@@ -1,8 +1,8 @@
1
// expose private and protected members for invasive testing
2
-#include "openPMD/auxiliary/JSON.hpp"
3
#include "openPMD/ChunkInfo_internal.hpp"
4
#include "openPMD/Datatype.hpp"
5
#include "openPMD/IO/Access.hpp"
+#include "openPMD/auxiliary/JSON.hpp"
6
#if openPMD_USE_INVASIVE_TESTS
7
#define OPENPMD_private public:
8
#define OPENPMD_protected public:
0 commit comments