From: Wolfgang Bangerth Date: Mon, 23 Oct 2000 08:44:33 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~19977 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a448e699f7413b79c10657923a281a92382d22;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@3455 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_renumbering.cc b/deal.II/deal.II/source/dofs/dof_renumbering.cc index d056afc75f..1c1d278519 100644 --- a/deal.II/deal.II/source/dofs/dof_renumbering.cc +++ b/deal.II/deal.II/source/dofs/dof_renumbering.cc @@ -715,7 +715,10 @@ DoFRenumbering::downstream_dg (MGDoFHandler& dof, } - +// for whatever reason, the random_shuffle function used below needs +// lrand48 to be declared (rather than do so itself. however, +// inclusion of or does not help, so we declare +// that function ourselves extern "C" long int lrand48 (void); @@ -730,6 +733,7 @@ DoFRenumbering::random (DoFHandler &dof_handler) + // explicit instantiations template void DoFRenumbering::Cuthill_McKee (DoFHandler&,