diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-16 13:53:23 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-16 13:53:23 (GMT) |
commit | 9b1cc2d939ecbaa7e6ad44774e8483f4634f1204 (patch) | |
tree | c61a133252885fcacdd8a1f8588d90a3e3c8b220 /src | |
parent | 02f73d5e499651ae258ef0da404ba95a8471bda6 (diff) |
Temporary print for bug tracking.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.c | 2 |
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, |