X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fperf_est.c;h=67a12850c1aa8afcf1c8f95f5bcdfa54fdc29e8f;hb=812787acfe026b638448e523949f6f64a4e2ea5f;hp=c7382ab1ed14b969f5991a956eb87c51bfdc32ec;hpb=b6cb6da9ffb632cf561fa964039cf37e5871f1bf;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/perf_est.c b/src/gromacs/mdlib/perf_est.c index c7382ab1ed..67a12850c1 100644 --- a/src/gromacs/mdlib/perf_est.c +++ b/src/gromacs/mdlib/perf_est.c @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2008, The GROMACS development team. - * Copyright (c) 2012,2014, by the GROMACS development team, led by + * Copyright (c) 2012,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -180,6 +180,7 @@ static void pp_group_load(gmx_mtop_t *mtop, t_inputrec *ir, matrix box, nq = 0; nlj = 0; *bChargePerturbed = FALSE; + *bTypePerturbed = FALSE; for (mb = 0; mb < mtop->nmolblock; mb++) { molt = &mtop->moltype[mtop->molblock[mb].type]; @@ -294,6 +295,7 @@ static void pp_verlet_load(gmx_mtop_t *mtop, t_inputrec *ir, matrix box, nqlj = 0; nq = 0; *bChargePerturbed = FALSE; + *bTypePerturbed = FALSE; for (mb = 0; mb < mtop->nmolblock; mb++) { molt = &mtop->moltype[mtop->molblock[mb].type];