Fixed bug http://bugzilla.gromacs.org/show_bug.cgi?id=455 which was due to a
commitd767bfe1b794d27b98396116de5f272186720f48
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Fri, 2 Jul 2010 07:34:41 +0000 (2 09:34 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Fri, 2 Jul 2010 07:34:41 +0000 (2 09:34 +0200)
treee579544e77cae6e57b31d1fdc065a70169b74a83
parent176d20548bde4b92c14efe7e5543cc166c36dc08
Fixed bug bugzilla.gromacs.org/show_bug.cgi?id=455 which was due to a
histogram writing out of boundaries. While debugging introduced a structure
in the rmpbc code that does not use static variables. This is however used
only in g_sorient. The other programs that use this functionality still
use a convenience function that calls new functionality under the hood and
in the convenience function a static variable is used.
include/rmpbc.h
src/gmxlib/mshift.c
src/gmxlib/rmpbc.c
src/tools/gmx_sorient.c