Replace GMX_ASSERT with assert in vectypes.h
authorJoe Jordan <ejjordan12@gmail.com>
Thu, 10 Sep 2020 06:42:13 +0000 (06:42 +0000)
committerArtem Zhmurov <zhmurov@gmail.com>
Thu, 10 Sep 2020 06:42:13 +0000 (06:42 +0000)
commit1d8625e4d0aed5c2252180d420ea3deeea5f7674
tree51c2bfecf512d4ede804ef6fcd99fa7945794397
parent76ba2b3fbf18167a7ce014bd965d553b2e615ccc
Replace GMX_ASSERT with assert in vectypes.h

It is inappropriate to have a wrapper around assert in a public API.
This change removes dependence on GMX_ASSERT in one component of the
installed API. Transient dependencies related to inclusion of
gmxassert.h in vectypes.h are also removed.
python_packaging/sample_restraint/src/cpp/ensemblepotential.h
src/gromacs/domdec/gpuhaloexchange_impl.cpp
src/gromacs/math/vectypes.h
src/gromacs/mdlib/stat.cpp
src/gromacs/mdlib/stat.h