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
-// 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