src/h5core/h5b_model.c:

- h5b_3d_set_view(): bugfix in serial code
This commit is contained in:
2015-10-16 18:14:27 +02:00
parent 87fcc4930b
commit 511fbb89de
+5
View File
@@ -614,6 +614,11 @@ h5b_3d_set_view (
h5_free(user_layout);
h5_free(write_layout);
#else
b->write_layout[0] = b->user_layout[0];
b->i_max = b->user_layout->i_end;
b->j_max = b->user_layout->j_end;
b->k_max = b->user_layout->k_end;
#endif
TRY( h5bpriv_release_hyperslab(f) );
b->have_layout = 1;