]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/example/cycle_ratio_example.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / example / cycle_ratio_example.cpp
index b65fdead757888a7f8cdca6a1689913534c83344..d63d62923bfc9ded1a6402549acd136422a412dc 100644 (file)
@@ -77,7 +77,7 @@ int main(int argc, char* argv[])
             vim[target(*itr, tgr)] << ") ";
     }
     cout << endl;
-    assert(std::abs(cr.first / cr.second - min_cr) < epsilon);
+    assert(std::abs(cr.first / cr.second - min_cr) < epsilon * 2);
     return EXIT_SUCCESS;
 }