]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Instantiate one function that was previously somehow only available in debug
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Sep 2013 02:51:12 +0000 (02:51 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Sep 2013 02:51:12 +0000 (02:51 +0000)
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

index e9a094de3aa493e3b420c6883f8ba3121b52e855..f6accf55b758a1ba1fb77b97a379c6c258341ab9 100644 (file)
@@ -31,5 +31,13 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
   std::istream &
   operator >> (std::istream                     &in,
                DataOutBase::Patch<deal_II_dimension, deal_II_space_dimension> &patch);
+
+  template
+  void
+  DataOutBase::write_vtu (const std::vector<Patch<deal_II_dimension,deal_II_space_dimension> > &patches,
+                        const std::vector<std::string>          &data_names,
+                        const std::vector<std_cxx1x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                        const VtkFlags                          &flags,
+                        std::ostream                            &out);
 #endif
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.