We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328c2c2 commit 4d24e15Copy full SHA for 4d24e15
examples/14_toml_template.cpp
@@ -119,7 +119,7 @@ void read()
119
// Have to define the dataset for E/z as it is not defined in the template
120
// @todo check that the dataset is defined only upon destruction, not at
121
// flushing already
122
- cloned.writeIterations()[0].meshes["E"]["z"].resetDataset(
+ cloned.writeIterations()[0].meshes["E"].at("z").resetDataset(
123
{openPMD::Datatype::INT, {openPMD::Dataset::UNDEFINED_EXTENT}});
124
}
125
0 commit comments