Remove useless extern CUDA texture reference declarations from PME
authorAleksei Iupinov <a.yupinov@gmail.com>
Thu, 12 Oct 2017 11:00:59 +0000 (13:00 +0200)
committerAleksei Iupinov <a.yupinov@gmail.com>
Thu, 12 Oct 2017 13:05:40 +0000 (15:05 +0200)
commit4348a2f3e2a1dbd6365acd06feba8ae6bd5b9cba
tree0177c985df9eef9f46fcaeccd36c73c7988ec74f
parentf3598d86e63b545b88e4c0eea89d373bed626f3b
Remove useless extern CUDA texture reference declarations from PME

These are only accessed from the same compilation unit (pme-spread.cu)
on the device side, and the host side is only using nearby getters.

Change-Id: Ie846193c71142ff5e519e990ef1155b534546a9b
src/gromacs/ewald/pme.cuh