Rename class Grid to BiasGrid in AWH module
commit655ab507df1933dcb1d956c3dd1b24e3c0e7d338
authorBerk Hess <hess@kth.se>
Fri, 20 Mar 2020 08:52:26 +0000 (20 09:52 +0100)
committerChristian Blau <cblau@gerrit.gromacs.org>
Fri, 20 Mar 2020 11:41:33 +0000 (20 12:41 +0100)
treed101e0c895ad8cd390cdea2a61aef5c289e9e44a
parentc26d93dac1b18289643067d153ee890e60eca189
Rename class Grid to BiasGrid in AWH module

Since we do not use namespaces in modules, classes should not
use generic names, also not inside modules as that can lead
to incorrect linking.

Change-Id: I09a5f0ada649e3b35f57d0ee69c1e1ae5555b12e
14 files changed:
src/gromacs/awh/bias.h
src/gromacs/awh/biasgrid.cpp [moved from src/gromacs/awh/grid.cpp with 93% similarity]
src/gromacs/awh/biasgrid.h [moved from src/gromacs/awh/grid.h with 93% similarity]
src/gromacs/awh/biasparams.cpp
src/gromacs/awh/biasstate.cpp
src/gromacs/awh/biasstate.h
src/gromacs/awh/biaswriter.cpp
src/gromacs/awh/coordstate.cpp
src/gromacs/awh/coordstate.h
src/gromacs/awh/correlationgrid.h
src/gromacs/awh/read_params.cpp
src/gromacs/awh/tests/CMakeLists.txt
src/gromacs/awh/tests/biasgrid.cpp [moved from src/gromacs/awh/tests/grid.cpp with 95% similarity]
src/gromacs/awh/tests/biasstate.cpp