From 802ce3710786a37d2f7616a65188ac6696230849 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 22 May 2013 06:02:41 +0000 Subject: [PATCH] Make compile without MPI. git-svn-id: https://svn.dealii.org/trunk@29547 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/parallel_vector.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5