From 84769a28ade4c180ef355e271965f0e012829b47 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Apr 2006 03:55:09 +0000 Subject: [PATCH] Add a comment. git-svn-id: https://svn.dealii.org/trunk@12812 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/data_out_stack_04.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/bits/data_out_stack_04.cc b/tests/bits/data_out_stack_04.cc index ff632a979a..aac2ac38bd 100644 --- a/tests/bits/data_out_stack_04.cc +++ b/tests/bits/data_out_stack_04.cc @@ -41,7 +41,9 @@ void run () dof_handler.distribute_dofs (fe); // create a continuous field over - // this DoFHandler + // this DoFHandler, where all nodes + // are zero, except for a single + // one Vector v(dof_handler.n_dofs()); v(v.size()/2) = 1; -- 2.39.5