From: bangerth Date: Tue, 24 Sep 2013 02:51:12 +0000 (+0000) Subject: Instantiate one function that was previously somehow only available in debug X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24e9549070081d254eb7ecfacbf3705052af574;p=dealii-svn.git 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 --- 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 }