src/h5core/h5u_model.c

- h5u_set_num_points(): print start index of view if debug enabled
This commit is contained in:
2015-10-16 15:59:24 +02:00
parent 4fcc1ed3b3
commit 55cc6bb7d0
+1
View File
@@ -178,6 +178,7 @@ h5u_set_num_points (
start -= u->nparticles;
h5_debug("Total particles across all processors: %lld.", (long long)total);
h5_debug("Start index on this processor: %lld.", (long long)start);
u->viewstart = start;
u->viewend = start + u->nparticles - 1; // view range is *inclusive*