From: kronbichler Date: Wed, 22 May 2013 06:02:41 +0000 (+0000) Subject: Make compile without MPI. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802ce3710786a37d2f7616a65188ac6696230849;p=dealii-svn.git Make compile without MPI. git-svn-id: https://svn.dealii.org/trunk@29547 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/parallel_vector.templates.h b/deal.II/include/deal.II/lac/parallel_vector.templates.h index f7b6a7f9d9..d71c786ea6 100644 --- a/deal.II/include/deal.II/lac/parallel_vector.templates.h +++ b/deal.II/include/deal.II/lac/parallel_vector.templates.h @@ -357,7 +357,7 @@ namespace parallel zero_out_ghosts (); #else - (void)add_ghost_data; + (void)operation; #endif }