X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fapplied_forces%2Fawh%2Fread_params.h;h=9e33649a60b7025990317aaf5c9c3c2bcccb5ba0;hb=f25c404f340028dafc8446cf07d556d02b476b60;hp=22247ae48065f2032f2b99b6a286719026d6e606;hpb=0a8eeb13f2ba12ebcac6bddb2e3471f3b2a644f5;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/applied_forces/awh/read_params.h b/src/gromacs/applied_forces/awh/read_params.h index 22247ae480..9e33649a60 100644 --- a/src/gromacs/applied_forces/awh/read_params.h +++ b/src/gromacs/applied_forces/awh/read_params.h @@ -100,6 +100,9 @@ void setStateDependentAwhParams(AwhParams* awhParams, const gmx_mtop_t& mtop, warninp_t wi); +//! Returns true when AWH has a bias with a free energy lambda state dimension +bool awhHasFepLambdaDimension(const AwhParams& awhParams); + } // namespace gmx #endif /* GMX_AWH_READPARAMS_H */