From a37df59e4ed2bdca8037cd43c330fb98e068d168 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 26 Jun 2016 13:11:42 -0400 Subject: [PATCH] Update newton_01 test output. Commit 11c94ad5e fixed a bug where the update vector was initially empty. This commit fixes the corresponding test output file to show that the update vector, at the first Newton step, contains one entry and that entry is equal to zero. --- tests/algorithms/newton_01.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/algorithms/newton_01.output b/tests/algorithms/newton_01.output index 62ce10ad2c..71e5be50ec 100644 --- a/tests/algorithms/newton_01.output +++ b/tests/algorithms/newton_01.output @@ -1,7 +1,7 @@ DEAL:Newton::Step 0 DEAL:Newton::solution 10.0000 -DEAL:Newton::update +DEAL:Newton::update 0 DEAL:Newton::residual 98.0000 DEAL:Newton:: DEAL:Newton::Check 0 98.0000 -- 2.39.5