Moving put_atoms_in_box_omp() to pbc.h
authorPrashanth Kanduri <kanduri@cscs.ch>
Tue, 19 Mar 2019 15:37:46 +0000 (16:37 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 27 Mar 2019 13:33:27 +0000 (14:33 +0100)
commit7e1a2085c439225fdb3e52b8636bdec211b9db66
tree9c9a87ae16752902c5142ebbf244c5dcc838670e
parentf156f692ed164bb487ffdb281ad579a698b22dfd
Moving put_atoms_in_box_omp() to pbc.h

This is another patch in the cleaning efforts of sim_util.
It finally removes sim_util.h

The idea is to only have functions relevant to the force
schedules there so that it becomes easy to move it into
its own module with minimal merging pains.

Related: #2574

Change-Id: Ib0c2dbc21bd31ee272888d3fa25a3c0ce65b5478
src/gromacs/gmxpreprocess/grompp.cpp
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/shellfc.cpp
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdlib/sim_util.h [deleted file]
src/gromacs/mdrun/md.cpp
src/gromacs/mdrun/tpi.cpp
src/gromacs/pbcutil/pbc.cpp
src/gromacs/pbcutil/pbc.h
src/gromacs/swap/swapcoords.cpp