Thanks Roland, it did work.

Cheers,

Alan

On Sun, Aug 1, 2010 at 09:46, <gmx-users-requ...@gromacs.org> wrote:

> Alan,
>
> with the following change your example works for me.
>
> diff --git a/src/gmxlib/inputrec.c b/src/gmxlib/inputrec.c
> index 581ae4c..e148612 100644
> --- a/src/gmxlib/inputrec.c
> +++ b/src/gmxlib/inputrec.c
> @@ -169,7 +169,7 @@ int ir_optimal_nstpcouple(const t_inputrec *ir)
>  {
>     int  nmin,nwanted,n;
>
> -    nmin = pcouple_min_integration_steps(ir->etc);
> +    nmin = pcouple_min_integration_steps(ir->epc);
>
>     nwanted = nst_wanted(ir);
>
> Or you can also update from git.
>
> @Berk: Could you please verify that this fix is correct?
>
> Roland
>



-- 
Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<
-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to