From: wolf Date: Mon, 9 Nov 1998 00:55:45 +0000 (+0000) Subject: Add Subscriptor to base initializer list, as the compiler suggested. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9244d7e3e4704c2ca87227254d70036d799b5aab;p=dealii-svn.git Add Subscriptor to base initializer list, as the compiler suggested. git-svn-id: https://svn.dealii.org/trunk@662 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 8ae4f6a27e..55377c1015 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -37,6 +37,7 @@ bool SubCellData::check_consistency (const unsigned int dim) const { template Triangulation::Triangulation (const MeshSmoothing smooth_grid) : + Subscriptor (), smooth_grid(smooth_grid) { static StraightBoundary default_boundary;