Re: [gmx-users] printing coordinates using template.c

2010-06-08 Thread Justin A. Lemkul
Chandan Choudhury wrote: Hello gmx users !! I was trying to use template.c. There I printed out the coordinates of a trajectory file using the printf statement as under: printf("Coordinates at t=%8.3f : %8.5f %8.5f %8.5f\n",fr.time,fr.x[n][XX],fr.x[n][YY],fr.x[n][ZZ]); The output was Re

[gmx-users] printing coordinates using template.c

2010-06-08 Thread Chandan Choudhury
Hello gmx users !! I was trying to use template.c. There I printed out the coordinates of a trajectory file using the printf statement as under: printf("Coordinates at t=%8.3f : %8.5f %8.5f %8.5f\n",fr.time,fr.x[n][XX],fr.x[n][YY],fr.x[n][ZZ]); The output was Reading frame 100 time 4400.000