]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
On DEC Alpha running OSF1, implicitely instanciated templates are
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2000 12:30:43 +0000 (12:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2000 12:30:43 +0000 (12:30 +0000)
marked ``local text'', so they are not exported outside of object
files. This prevented that we link to GridOut::write_eps. Therefore,
explicitely instantiate these functions.

git-svn-id: https://svn.dealii.org/trunk@3449 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_out.cc

index 88669bf907bde3d1a2ffaab68c255fdf7878524b..46155a926e6b50fc5802decb4a82fdc9f317ead0 100644 (file)
@@ -609,8 +609,13 @@ void GridOut::write (const Triangulation<dim> &tria,
 
 
 
-// explicit instantiations. note that write instantiates all the other
-// functions as needed
+// explicit instantiations
+template void GridOut::write_ucd (const Triangulation<deal_II_dimension> &,
+                                 ostream &);
+template void GridOut::write_gnuplot (const Triangulation<deal_II_dimension> &,
+                                     ostream &);
+template void GridOut::write_eps (const Triangulation<deal_II_dimension> &,
+                                 ostream &);
 template void GridOut::write (const Triangulation<deal_II_dimension> &,
                              ostream &,
                              OutputFormat);

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.