Improve transformation coordinate expression checks
authorBerk Hess <hess@kth.se>
Mon, 4 Oct 2021 09:58:33 +0000 (11:58 +0200)
committerBerk Hess <hess@kth.se>
Mon, 4 Oct 2021 10:52:12 +0000 (12:52 +0200)
commit0d0536d4752be39568160c980899e23ec696e42d
tree17bd2a3923bc40c7fb247c65e5950741ad8536f1
parentd23bc9df412f33271e56643e30d43c0e810b3290
Improve transformation coordinate expression checks

Change exceptions for transformation expression evaluation from
"internal bug" to "user input inconsistency", as these with throw
with incorrect or inconsistent user input.

Added explicit check for quotes, as that might confuse users.
src/gromacs/gmxpreprocess/readpull.cpp
src/gromacs/pulling/transformationcoordinate.cpp