From 0115c8a57065a4624751075836434b73ef84f074 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Mon, 14 May 2018 11:04:57 +0200 Subject: [PATCH] Restore 1 in the testing --- tests/spm_tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spm_tests.h b/tests/spm_tests.h index 1e23270b..765de234 100644 --- a/tests/spm_tests.h +++ b/tests/spm_tests.h @@ -91,7 +91,7 @@ static inline int spm_norm_print_result( double norms, double normd, double result ) { int rc = 0; - if ( (result >= 0.) && (result < 10.) ) { + if ( (result >= 0.) && (result < 1.) ) { printf("SUCCESS !\n"); } else { printf("FAILED !\n"); -- GitLab