Converted some const pointers into const references, per style
commitfdb4b6c69bb814cb46698984ddbce4134ed0eb5c
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 13 Jul 2017 14:23:20 +0000 (13 16:23 +0200)
committerKasson <kasson@gmail.com>
Tue, 18 Jul 2017 14:33:35 +0000 (18 16:33 +0200)
tree29b4d560fb3a9efe78ce48e71ac0bc36bdcb9a2e
parent47452f355259b59662e3aa47ba9719c0fa102190
Converted some const pointers into const references, per style

There's more we could do here (later), but this caught my eye while
cleaning other things up.

Change-Id: I55509985172ce7c53cc4f3a9afbb903fd6adfc36
src/gromacs/domdec/domdec.cpp
src/gromacs/gpu_utils/gpu_utils.cu
src/gromacs/gpu_utils/gpu_utils.h
src/gromacs/gpu_utils/gpu_utils_ocl.cpp
src/gromacs/hardware/detecthardware.cpp
src/gromacs/hardware/detecthardware.h
src/gromacs/hardware/hardwareassign.cpp
src/gromacs/hardware/hardwareassign.h
src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu
src/programs/mdrun/runner.cpp