From 4b8d7449761fb2640c34625baf8ace8e7d371644 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Tue, 22 Jan 2013 08:32:12 +0100 Subject: Remove a flush used for finding an earlier bug. diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index c7a1523..7f01dca 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -4371,8 +4371,6 @@ static tng_function_status tng_data_block_write(tng_trajectory_t tng_data, return(TNG_CRITICAL); } - fflush(tng_data->output_file); - return(TNG_SUCCESS); } -- cgit v0.10.1