Correct vector check of gmx check
commitf3e92acbf91b1f73ed852ce39be0faede7b8c729
authorBerk Hess <hess@kth.se>
Tue, 24 Nov 2015 10:20:55 +0000 (24 11:20 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 29 Dec 2015 09:32:06 +0000 (29 10:32 +0100)
treed47179fba7b3afe1d5dc037be4949488fa0d6c46
parentad8209b537febfa3c39b994ef417b42366da2803
Correct vector check of gmx check

The check of vector components relative to the RMS vector component
incorrectly scaled the absolute tolerance instead of the relative.
Also different vectors were compared in several different ways.
Now all vectors are checked with the same procedure.

Change-Id: If7c188c9ce433fbd4aa9bb5051197de4bfa6edaf
src/gromacs/tools/compare.c