Skip to content
Snippets Groups Projects
Commit 926f1587 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

write BoxSize as vector.

Former-commit-id: 449e4644b3b3aa68611cb7ac6a1da1dc69aaca7a
parent 74607a27
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,7 @@ void write_output (struct engine *e, struct UnitSystem* us)
error("Error while creating file header\n");
/* Print the relevant information and print status */
writeAttribute(h_grp, "BoxSize", DOUBLE, e->s->dim, 1);
writeAttribute(h_grp, "BoxSize", DOUBLE, e->s->dim, 3);
writeAttribute(h_grp, "NumPart_ThisFile", UINT, numParticles, 6);
writeAttribute(h_grp, "Time", DOUBLE, &e->time, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment