From b24e9549070081d254eb7ecfacbf3705052af574 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 24 Sep 2013 02:51:12 +0000 Subject: [PATCH] Instantiate one function that was previously somehow only available in debug mode builds. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30905 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/base/data_out_base.inst.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/source/base/data_out_base.inst.in b/deal.II/source/base/data_out_base.inst.in index e9a094de3a..f6accf55b7 100644 --- a/deal.II/source/base/data_out_base.inst.in +++ b/deal.II/source/base/data_out_base.inst.in @@ -31,5 +31,13 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS std::istream & operator >> (std::istream &in, DataOutBase::Patch &patch); + + template + void + DataOutBase::write_vtu (const std::vector > &patches, + const std::vector &data_names, + const std::vector > &vector_data_ranges, + const VtkFlags &flags, + std::ostream &out); #endif } -- 2.39.5