From: Nicola Giuliani Date: Tue, 8 Mar 2016 12:25:57 +0000 (+0100) Subject: typo X-Git-Tag: v8.5.0-rc1~1234^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a651762f3c4b910865692f0248916fb8b79d80;p=dealii.git typo --- 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 + }