X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Fewald%2Fpme_gpu_types_host_impl.h;fp=src%2Fgromacs%2Fewald%2Fpme_gpu_types_host_impl.h;h=69121ab07a81bb0e0ffc682ea69b73249ffbcaf3;hp=e1f7f17b90f5bde2dcd32a25181328e520d9e144;hb=f96b513f23d608e7f3138875937c031f255f49c3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5 diff --git a/src/gromacs/ewald/pme_gpu_types_host_impl.h b/src/gromacs/ewald/pme_gpu_types_host_impl.h index e1f7f17b90..69121ab07a 100644 --- a/src/gromacs/ewald/pme_gpu_types_host_impl.h +++ b/src/gromacs/ewald/pme_gpu_types_host_impl.h @@ -107,7 +107,7 @@ struct PmeGpuSpecific GpuEventSynchronizer syncSpreadGridD2H; /* Settings which are set at the start of the run */ - /*! \brief A boolean which tells whether the complex and real grids for cu/clFFT are different or same. Currenty true. */ + /*! \brief A boolean which tells whether the complex and real grids for cu/clFFT are different or same. Currently true. */ bool performOutOfPlaceFFT = false; /*! \brief A boolean which tells if the GPU timing events are enabled. * False by default, can be enabled by setting the environment variable GMX_ENABLE_GPU_TIMING.