Skip to content
Snippets Groups Projects
Commit 49ece3ca authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Removed dead code

parent 7aeff0d7
No related branches found
No related tags found
1 merge request!266Cube root
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment