summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-16 13:53:23 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-16 13:53:23 (GMT)
commit9b1cc2d939ecbaa7e6ad44774e8483f4634f1204 (patch)
treec61a133252885fcacdd8a1f8588d90a3e3c8b220 /src
parent02f73d5e499651ae258ef0da404ba95a8471bda6 (diff)
Temporary print for bug tracking.
Diffstat (limited to 'src')
-rw-r--r--src/lib/tng_io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c
index 6b9d9ec..3f1f4c6 100644
--- a/src/lib/tng_io.c
+++ b/src/lib/tng_io.c
@@ -5158,6 +5158,8 @@ static tng_function_status tng_particle_data_block_write
data->codec_id = TNG_UNCOMPRESSED;
break;
case TNG_TNG_COMPRESSION:
+ printf("TEST: frame_step: %"PRId64", n_particles: %"PRId64", block_contents_size: %"PRId64", start_pos: %d\n",
+ frame_step, n_particles, block->block_contents_size, data_start_pos);
stat = tng_compress(tng_data, block, frame_step,
n_particles, data->datatype,
block->block_contents + data_start_pos,
contact: Jan Huwald // Impressum