src/h5core/h5b_model.c:

- bugfix in serial code of h5b_3d_set_view()

# Conflicts:
#	src/h5core/h5b_model.c
This commit is contained in:
2015-06-18 14:09:32 +02:00
parent 4d770f8c84
commit fd8c1e37b1
+2 -3
View File
@@ -593,7 +593,6 @@ h5b_3d_set_view (
TRY (_dissolve_ghostzones (f, user_layout, write_layout));
b->user_layout[0] = user_layout[f->myproc];
b->write_layout[0] = write_layout[f->myproc];
b->have_layout = 1;
h5_debug (
"User layout: %lld:%lld, %lld:%lld, %lld:%lld",
@@ -615,9 +614,9 @@ h5b_3d_set_view (
h5_free(user_layout);
h5_free(write_layout);
TRY( h5bpriv_release_hyperslab(f) );
#endif
TRY( h5bpriv_release_hyperslab(f) );
b->have_layout = 1;
H5_CORE_API_RETURN (H5_SUCCESS);
}