Split nbnxn_grid.c off from nbnxn_search.c
commitd481599565cc0e8f5d4395e837094306c67569e7
authorBerk Hess <hess@kth.se>
Mon, 10 Aug 2015 13:20:52 +0000 (10 15:20 +0200)
committerBerk Hess <hess@kth.se>
Wed, 16 Sep 2015 19:11:29 +0000 (16 21:11 +0200)
treedef98698d8fcd342d8064737f8f4506fa433bd02
parent439b22527938c29a2c3b4bebb0937d03557b7c38
Split nbnxn_grid.c off from nbnxn_search.c

All functions related with the nbnxn gridding have been moved from
nbnxn_search.c to nbnxn_grid.c.
Also added nbnxn_util.h with a few utility functions that are now
used by multiple nbnxn files.

Change-Id: I4916d9c65896cc1ef9ef90ca3b6645a0132794fd
src/gromacs/domdec/domdec.cpp
src/gromacs/mdlib/calc_verletbuf.c
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/nbnxn_atomdata.c
src/gromacs/mdlib/nbnxn_grid.c [new file with mode: 0644]
src/gromacs/mdlib/nbnxn_grid.h [copied from src/gromacs/mdlib/nbnxn_search.h with 62% similarity]
src/gromacs/mdlib/nbnxn_internal.h
src/gromacs/mdlib/nbnxn_search.c
src/gromacs/mdlib/nbnxn_search.h
src/gromacs/mdlib/nbnxn_util.h [new file with mode: 0644]
src/gromacs/mdlib/sim_util.cpp