From 9ae17016f5ebd5607e6906b2afc290cf333733eb Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Fri, 11 Jan 2013 10:41:45 +0100 Subject: Fix frame indexing bug diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c index 6163e7c..edd85ae 100644 --- a/src/tests/tng_io_read_pos.c +++ b/src/tests/tng_io_read_pos.c @@ -61,9 +61,9 @@ int main(int argc, char **argv) else { // Print the positions of the wanted particle (zero based) - for(i=first_frame; i<=last_frame; i++) + for(i=0; i