From 1dad2e72fbbe9f76df431e175f67da9196b1b88d Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 13 May 2019 01:51:09 +0200 Subject: [PATCH] Improve documentation of SD tensor operations Co-Authored-By: Daniel Arndt --- .../deal.II/differentiation/sd/symengine_tensor_operations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5