From 0019d5226234d613b134a270e9d2968a6e2367eb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 26 Apr 2015 14:50:54 -0500 Subject: [PATCH] Fix a warning about an unused variable. --- source/distributed/tria.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index 77c9234e4a..033d9de0fc 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -2613,6 +2613,7 @@ namespace parallel this, &connectivity); #else + (void)autopartition; parallel_forest = dealii::internal::p4est::functions::load ( filename, mpi_communicator, attached_size, attached_size>0, -- 2.39.5