src/h5core/h5u_module.c

- refactore "*num_particles*" to "*num_points*"
- h5u_set_view() can now be used for writing, there are still some limitations
This commit is contained in:
2015-09-08 20:43:38 +02:00
parent a620715ccc
commit 4f7c666b1f
3 changed files with 113 additions and 51 deletions
+3 -3
View File
@@ -17,11 +17,11 @@ extern "C" {
#endif
h5_ssize_t
h5u_get_num_particles (
h5u_get_num_points (
const h5_file_t);
h5_ssize_t
h5u_get_num_particles_in_view (
h5u_get_num_points_in_view (
const h5_file_t);
h5_ssize_t
@@ -35,7 +35,7 @@ h5u_get_totalnum_particles_by_idx (
h5_id_t);
h5_err_t
h5u_set_num_particles (
h5u_set_num_points (
const h5_file_t,
const h5_size_t, const h5_size_t);