From: heister Date: Fri, 16 May 2014 20:21:34 +0000 (+0000) Subject: fix compilation under clang X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312bb8f1390e4b1db08ce40ba2ef8ca5e2a4da8a;p=dealii-svn.git fix compilation under clang git-svn-id: https://svn.dealii.org/branches/branch_sharedtria@32930 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/distributed/shared_tria.h b/deal.II/include/deal.II/distributed/shared_tria.h index 5d432b0e46..ffe242cd8f 100644 --- a/deal.II/include/deal.II/distributed/shared_tria.h +++ b/deal.II/include/deal.II/distributed/shared_tria.h @@ -52,7 +52,7 @@ namespace parallel /** * Constructor. */ - Triangulation (const typename dealii::Triangulation::MeshSmoothing smooth_grid = dealii::Triangulation::none, + Triangulation (const typename dealii::Triangulation::MeshSmoothing smooth_grid = (dealii::Triangulation::none), const bool check_for_distorted_cells = false) : dealii::Triangulation(smooth_grid,check_for_distorted_cells) {};