From 49ece3cab9b2fd0dcf08f94784f92f1cb4c24e79 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Mon, 10 Oct 2016 14:54:09 +0100 Subject: [PATCH] Removed dead code --- tests/testCbrt.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/testCbrt.c b/tests/testCbrt.c index ac21195e01..bbfb869e82 100644 --- a/tests/testCbrt.c +++ b/tests/testCbrt.c @@ -67,11 +67,6 @@ int main(int argc, char *argv[]) { "failed for x = %.8e, exact = %.8e, ours = %.8e, err = %.3e, rel = " "%.3e", data[k], exact, ours, err_abs, err_rel); - - /* if (err_abs * fabsf(exact) > err_rel_tol) { */ - /* error("failed for x = %.8e, exact = %.8e, ours = %.8e, err = %.3e", */ - /* data[k], exact, ours, err_abs); */ - /* } */ } /* Second run to check the speed of the inverse cube root. */ -- GitLab