[gmx-developers] bug in dump_grid (g_hbond.c)

Valentin Gogonea v.gogonea at csuohio.edu
Sun Dec 1 01:53:09 CET 2002


Hi GMX developers,

I reported earlier that I got an error while trying to run g_hbond 
analysis tool. The error shows up only when using -debug option because 
there is a small bug in dump_grid function (g_hbond.c):

Instead of:

	  fprintf(fp,"%3d",grid[x][y][z][gr].nr);

Should be:

	  fprintf(fp,"%3d",grid[z][y][x][gr].nr);

Cheers,
Valentin




More information about the gromacs.org_gmx-developers mailing list