Skip to content

Commit fbce9b0

Browse files
committed
writer/adios2: write "step_dimension" attr
1 parent fc8aa0c commit fbce9b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/include/writer_adios2.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ private:
218218
file.put("time", time);
219219
file.put("length", length);
220220
file.put("corner", corner);
221+
file.put("step_dimension", std::string("time"));
221222
}
222223

223224
static void _end_step(kg::io::Engine& file)

0 commit comments

Comments
 (0)