From: Timo Heister Date: Sat, 12 Aug 2017 22:53:07 +0000 (-0400) Subject: fix compilation X-Git-Tag: v9.0.0-rc1~1285^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4797%2Fhead;p=dealii.git fix compilation --- diff --git a/source/distributed/tria_base.cc b/source/distributed/tria_base.cc index 6d1619cfa1..940ffe0706 100644 --- a/source/distributed/tria_base.cc +++ b/source/distributed/tria_base.cc @@ -263,7 +263,7 @@ namespace parallel // we can remove the overriding implementation for p::d::Triangulation // that is currently using a p4est callback to get correct ghost neighbors // over periodic faces. - Assert(this->periodic_face_pairs_level_0.size()==0, + Assert(this->get_periodic_face_map().size()==0, ExcNotImplemented());