relax result precision requirement somewhat

This commit is contained in:
Axel Kohlmeyer
2020-09-20 13:56:45 -04:00
parent 92f8398bed
commit 774bffe623

View File

@ -54,7 +54,7 @@ using LAMMPS_NS::utils::split_words;
// whether to print verbose output (i.e. not capturing LAMMPS screen output).
bool verbose = false;
const double EPSILON=1.0e-14;
const double EPSILON=5.0e-14;
namespace LAMMPS_NS {
using ::testing::Eq;