We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8aa0c commit fbce9b0Copy full SHA for fbce9b0
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