We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ab7ca commit 17e41ddCopy full SHA for 17e41dd
examples/7_extended_write_serial.cpp
@@ -162,13 +162,23 @@ int main()
162
io::determineDatatype<uint64_t>(),
163
{2},
164
R"(
165
- hdf5.dataset.chunks = "auto"
166
-
167
- hdf5.dataset.permanent_filters = [
168
- {type = "zlib", aggression = 5},
169
- {id = "shuffle", "flags" = "MANDATORY"}
170
- ]
171
- )");
+ {
+ "hdf5": {
+ "dataset": {
+ "chunks": "auto",
+ "permanent_filters": [
+ "aggression": 5,
172
+ "type": "zlib"
173
+ },
174
175
+ "flags": "MANDATORY",
176
+ "id": "shuffle"
177
+ }
178
+ ]
179
180
181
+ })");
182
electrons.particlePatches["numParticles"].resetDataset(dset);
183
electrons.particlePatches["numParticlesOffset"].resetDataset(dset);
184
0 commit comments