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 9d9bcd3 commit f036bf4Copy full SHA for f036bf4
1 file changed
src/include/writer_adios2.hxx
@@ -218,6 +218,7 @@ private:
218
file.put("time", time);
219
file.put("length", length);
220
file.put("corner", corner);
221
+ file.put("step_dimension", std::string("time"));
222
}
223
224
static void _end_step(kg::io::Engine& file)
0 commit comments