Move tables.c to new module and C++
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 24 Sep 2015 11:56:04 +0000 (13:56 +0200)
committerDavid van der Spoel <davidvanderspoel@gmail.com>
Tue, 29 Sep 2015 09:28:16 +0000 (11:28 +0200)
commitb1dd5decbc2d678540fa69db96db2341bd2c35f0
treeed2356de87cc8f19e3272bf094c37bd8c9004693
parentdc9cb52ca970747937509b396c00270ea8c2294c
Move tables.c to new module and C++

There is a question mark over icc+Phi for some of this code when
compiled as C++.

Change-Id: I33a07307ac5eac69958a7acd9e05e8b5a4f93c01
src/gromacs/CMakeLists.txt
src/gromacs/ewald/pme-load-balancing.cpp
src/gromacs/gmxlib/nonbonded/nonbonded.c
src/gromacs/legacyheaders/force.h
src/gromacs/listed-forces/pairs.cpp
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/wall.cpp
src/gromacs/tables/CMakeLists.txt [new file with mode: 0644]
src/gromacs/tables/forcetable.cpp [moved from src/gromacs/mdlib/tables.c with 95% similarity]
src/gromacs/tables/forcetable.h [moved from src/gromacs/legacyheaders/tables.h with 73% similarity]