Moved another bunch of mdlib utils to C++
authorErik Lindahl <erik@kth.se>
Wed, 8 Jul 2015 14:32:06 +0000 (16:32 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 29 Jul 2015 18:34:39 +0000 (20:34 +0200)
commit96da5ad95b303ed9b1b1e7df0ad4fbdf2c160ee2
tree33d16705bf19b9b317a0c610d3f18164165f6e21
parentf23a9950437a46be6ee8631fb69b341849c66895
Moved another bunch of mdlib utils to C++

Changed calls to pow() where the second argument is 2 so we use
the sqr() function instead. Tables.c has been left as C since the
C++ version exposed a bug in icc-14 targeting MIC - this will be
addressed in a separate change.

Change-Id: Ie537519f4c7c7ab17a1aee575c00f83e3f71a068
src/gromacs/mdlib/adress.cpp [moved from src/gromacs/mdlib/adress.c with 94% similarity]
src/gromacs/mdlib/adress.h
src/gromacs/mdlib/expanded.cpp [moved from src/gromacs/mdlib/expanded.c with 88% similarity]
src/gromacs/mdlib/rf_util.cpp [moved from src/gromacs/mdlib/rf_util.c with 96% similarity]
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdlib/wall.cpp [moved from src/gromacs/mdlib/wall.c with 94% similarity]
src/gromacs/mdlib/wnblist.cpp [moved from src/gromacs/mdlib/wnblist.c with 89% similarity]