From: Wolfgang Bangerth Date: Thu, 26 Feb 2004 19:32:53 +0000 (+0000) Subject: Doc. X-Git-Tag: v8.0.0~15732 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7079e82a5e1d2262e9a2b6bb43541d39282022fc;p=dealii.git Doc. git-svn-id: https://svn.dealii.org/trunk@8576 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/data_out_stack_02.cc b/tests/bits/data_out_stack_02.cc index 38823a5888..ea70942e85 100644 --- a/tests/bits/data_out_stack_02.cc +++ b/tests/bits/data_out_stack_02.cc @@ -11,6 +11,10 @@ // //---------------------------- data_out_stack_02.cc --------------------------- +// slight variation of data_out_stack_01, but calling add_data_vector with a +// vector second argument. on most systems this doesn't make a difference, but +// on some it failed linking in the past due to non-existence of weak symbols + #include "../tests.h" #include "data_out_common.cc" #include