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 54dc770 commit fc1578cCopy full SHA for fc1578c
examples/14_toml_template.cpp
@@ -118,7 +118,7 @@ void read()
118
// Have to define the dataset for E/z as it is not defined in the template
119
// @todo check that the dataset is defined only upon destruction, not at
120
// flushing already
121
- cloned.writeIterations()[0].meshes["E"]["z"].resetDataset(
+ cloned.writeIterations()[0].meshes["E"].at("z").resetDataset(
122
{openPMD::Datatype::INT});
123
}
124
0 commit comments