From 7dd31e3eef39ef822616bd00c910fc40d099a901 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 19 Nov 2012 09:33:14 +0000 Subject: [PATCH] Port to new config.h style git-svn-id: https://svn.dealii.org/branches/branch_cmake@27573 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/vector.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/vector.templates.h b/deal.II/include/deal.II/lac/vector.templates.h index 81ab9aa302..c8870446b0 100644 --- a/deal.II/include/deal.II/lac/vector.templates.h +++ b/deal.II/include/deal.II/lac/vector.templates.h @@ -658,7 +658,7 @@ namespace internal } result = outer_results[0]; } -#if DEAL_II_USE_MT == 1 +#ifdef DEAL_II_USE_MT else if (vec_size > 4 * internal::Vector::minimum_parallel_grain_size) { // split the vector into smaller pieces to be -- 2.39.5