X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Fnbnxm%2Fnbnxm.h;fp=src%2Fgromacs%2Fnbnxm%2Fnbnxm.h;h=51b7a4a853043828eff01431fdbf5373dbd7c14f;hp=b438c9bc332babd3581949d1b6909c35c042a18f;hb=f96b513f23d608e7f3138875937c031f255f49c3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5 diff --git a/src/gromacs/nbnxm/nbnxm.h b/src/gromacs/nbnxm/nbnxm.h index b438c9bc33..51b7a4a853 100644 --- a/src/gromacs/nbnxm/nbnxm.h +++ b/src/gromacs/nbnxm/nbnxm.h @@ -326,7 +326,8 @@ public: * The API function for the transformation of the coordinates from one layout to another. * * \param[in] locality Whether coordinates for local or non-local atoms should be - * transformed. \param[in] coordinates Coordinates in plain rvec format to be transformed. + * transformed. + * \param[in] coordinates Coordinates in plain rvec format to be transformed. */ void convertCoordinates(gmx::AtomLocality locality, gmx::ArrayRef coordinates); @@ -373,23 +374,23 @@ public: //! Executes the non-bonded free-energy kernels, local + non-local, always runs on the CPU void dispatchFreeEnergyKernels(const gmx::ArrayRefWithPadding& coords, - gmx::ForceWithShiftForces* forceWithShiftForces, - bool useSimd, - int ntype, - real rlist, - const interaction_const_t& ic, - gmx::ArrayRef shiftvec, - gmx::ArrayRef nbfp, - gmx::ArrayRef nbfp_grid, - gmx::ArrayRef chargeA, - gmx::ArrayRef chargeB, - gmx::ArrayRef typeA, - gmx::ArrayRef typeB, - t_lambda* fepvals, - gmx::ArrayRef lambda, - gmx_enerdata_t* enerd, - const gmx::StepWorkload& stepWork, - t_nrnb* nrnb); + gmx::ForceWithShiftForces* forceWithShiftForces, + bool useSimd, + int ntype, + real rlist, + const interaction_const_t& ic, + gmx::ArrayRef shiftvec, + gmx::ArrayRef nbfp, + gmx::ArrayRef nbfp_grid, + gmx::ArrayRef chargeA, + gmx::ArrayRef chargeB, + gmx::ArrayRef typeA, + gmx::ArrayRef typeB, + t_lambda* fepvals, + gmx::ArrayRef lambda, + gmx_enerdata_t* enerd, + const gmx::StepWorkload& stepWork, + t_nrnb* nrnb); /*! \brief Add the forces stored in nbat to f, zeros the forces in nbat * \param [in] locality Local or non-local