]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix compilation under clang
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 May 2014 20:21:34 +0000 (20:21 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 May 2014 20:21:34 +0000 (20:21 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_sharedtria@32930 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/distributed/shared_tria.h

index 5d432b0e46dd71056d83d3f015477a3c2687fc3e..ffe242cd8f46ec2bf4d658277381360927a44e99 100644 (file)
@@ -52,7 +52,7 @@ namespace parallel
       /**
        * Constructor.
        */
-      Triangulation (const typename dealii::Triangulation<dim,spacedim>::MeshSmoothing smooth_grid = dealii::Triangulation<dim,spacedim>::none,
+       Triangulation (const typename dealii::Triangulation<dim,spacedim>::MeshSmoothing smooth_grid = (dealii::Triangulation<dim,spacedim>::none),
                         const bool check_for_distorted_cells = false) :
                  dealii::Triangulation<dim,spacedim>(smooth_grid,check_for_distorted_cells) {};
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.