From 9b1cc2d939ecbaa7e6ad44774e8483f4634f1204 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Wed, 16 Oct 2013 15:53:23 +0200 Subject: Temporary print for bug tracking. 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, -- cgit v0.10.1