From 54b22192d492d4c7dec9409c2ef4190d5be7c418 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 9 Mar 2016 12:04:41 -0500 Subject: [PATCH] Modified the number of blank space in a test output. --- tests/lac/la_vector_add_and_dot.output | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lac/la_vector_add_and_dot.output b/tests/lac/la_vector_add_and_dot.output index 0c6f95da73..000e9a6333 100644 --- a/tests/lac/la_vector_add_and_dot.output +++ b/tests/lac/la_vector_add_and_dot.output @@ -4,9 +4,9 @@ DEAL::Add and dot should be 13.40, is 13.40 DEAL::Add and dot should be 26.50, is 26.50 DEAL::Add and dot should be 39.61, is 39.61 DEAL::Add and dot should be 52.71, is 52.71 -DEAL::Vector add reference: 0.03 0.03 0.04 0.05 0.06 0.06 0.07 0.08 0.09 0.09 0.10 0.11 0.12 0.12 0.13 0.14 0.15 -DEAL::Vector check reference: 0.03 0.03 0.04 0.05 0.06 0.06 0.07 0.08 0.09 0.09 0.10 0.11 0.12 0.12 0.13 0.14 0.15 -DEAL::Vector add constant: 1.03 1.03 1.04 1.05 1.06 1.06 1.07 1.08 1.09 1.09 1.10 1.11 1.12 1.12 1.13 1.14 1.15 +DEAL::Vector add reference: 0.03 0.03 0.04 0.05 0.06 0.06 0.07 0.08 0.09 0.09 0.10 0.11 0.12 0.12 0.13 0.14 0.15 +DEAL::Vector check reference: 0.03 0.03 0.04 0.05 0.06 0.06 0.07 0.08 0.09 0.09 0.10 0.11 0.12 0.12 0.13 0.14 0.15 +DEAL::Vector add constant: 1.03 1.03 1.04 1.05 1.06 1.06 1.07 1.08 1.09 1.09 1.10 1.11 1.12 1.12 1.13 1.14 1.15 DEAL::Add and dot should be 0.30, is 0.30 DEAL::Add and dot should be 13.40, is 13.40 DEAL::Add and dot should be 26.50, is 26.50 -- 2.39.5