]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update include/deal.II/numerics/vector_tools_interpolate.templates.h 12639/head
authorFabian Castelli <50630942+gfcas@users.noreply.github.com>
Tue, 10 Aug 2021 12:43:22 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 12:43:22 +0000 (14:43 +0200)
Co-authored-by: David Wells <drwells@email.unc.edu>
include/deal.II/numerics/vector_tools_interpolate.templates.h

index 1e73644af215f225c4ec257aaa17b8a3b879e7f4..6a42a91887efa7db025ef8803cedb957572cc22d 100644 (file)
@@ -360,7 +360,7 @@ namespace VectorTools
           dof_values.resize(n_dofs);
 
           // Get all function values:
-          Assert(n_components, function(cell)->n_components);
+          AssertDimension(n_components, function(cell)->n_components);
           function(cell)->vector_value_list(generalized_support_points,
                                             function_values);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.