From: Jean-Paul Pelteret Date: Sun, 12 May 2019 23:51:09 +0000 (+0200) Subject: Improve documentation of SD tensor operations X-Git-Tag: v9.1.0-rc1~35^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dad2e72fbbe9f76df431e175f67da9196b1b88d;p=dealii.git Improve documentation of SD tensor operations Co-Authored-By: Daniel Arndt --- diff --git a/include/deal.II/differentiation/sd/symengine_tensor_operations.h b/include/deal.II/differentiation/sd/symengine_tensor_operations.h index 1d56eb3ef0..4e572d5098 100644 --- a/include/deal.II/differentiation/sd/symengine_tensor_operations.h +++ b/include/deal.II/differentiation/sd/symengine_tensor_operations.h @@ -694,7 +694,7 @@ namespace Differentiation * of the @p substitution_map are substituted with the map entry's associated * value. * This substitution function is used to give a set of symbolic variables - * a numeric interpretation, with the returned result being of the type + * a numeric interpretation with the returned result being of the type * specified by the @p ValueType template argument. * * For more information regarding the performance of symbolic substitution,