From 21a651762f3c4b910865692f0248916fb8b79d80 Mon Sep 17 00:00:00 2001 From: Nicola Giuliani Date: Tue, 8 Mar 2016 13:25:57 +0100 Subject: [PATCH] typo --- .../numerics/vector_tools_interpolate.inst.in | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/source/numerics/vector_tools_interpolate.inst.in b/source/numerics/vector_tools_interpolate.inst.in index 2bb0f2084f..bc99300ad4 100644 --- a/source/numerics/vector_tools_interpolate.inst.in +++ b/source/numerics/vector_tools_interpolate.inst.in @@ -91,30 +91,32 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens } -for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) -{ - namespace VectorTools \{ - + for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) + { + #if deal_II_dimension <= deal_II_space_dimension + namespace VectorTools \{ template void interpolate_to_different_mesh - (const DoFHandler &, + (const DoFHandler &, const VEC &, - const DoFHandler &, + const DoFHandler &, VEC &); template void interpolate_to_different_mesh - (const DoFHandler &, + (const DoFHandler &, const VEC &, - const DoFHandler &, + const DoFHandler &, const ConstraintMatrix &, VEC &); template void interpolate_to_different_mesh - (const InterGridMap > &, + (const InterGridMap > &, const VEC &, const ConstraintMatrix &, VEC &); \} + #endif + } -- 2.39.5