diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index 44d2c316e4..ba1d5a9ba9 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -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;