From 32b28aaa0d2898b86fba2072f1edf987040b8ace Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 9 Apr 2014 09:22:14 +0000 Subject: [PATCH] Forgot to update test output git-svn-id: https://svn.dealii.org/trunk@32747 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/aligned_vector_03.output | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/base/aligned_vector_03.output b/tests/base/aligned_vector_03.output index 1b934a8299..15be0b98c9 100644 --- a/tests/base/aligned_vector_03.output +++ b/tests/base/aligned_vector_03.output @@ -1,8 +1,9 @@ DEAL::Constructor: 0 0 0 0 -DEAL::Insertion: 0 0 1 0 5 42 0 0 1 0 5 42 27 +DEAL::Insertion: 0 0 1 0 1 0 0 0 1 0 1 0 1 DEAL::Shrinking: 0 0 1 0 DEAL::Reserve: 0 0 1 0 -DEAL::Assignment: 0 0 1 0 5 42 27 +DEAL::Assignment: 0 0 1 0 1 0 1 DEAL::Check large initialization: OK DEAL::Check large resize: OK +DEAL::Memory consumption: 400024 for a.size()=400000 -- 2.39.5