From 66db532598beaa01d3727a1c0c4cc287922bed86 Mon Sep 17 00:00:00 2001 From: aurelien Date: Wed, 29 Jan 2025 09:48:43 +0100 Subject: [PATCH] uncrustify --- .../physicsSolvers/wavePropagation/shared/TaperKernel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreComponents/physicsSolvers/wavePropagation/shared/TaperKernel.hpp b/src/coreComponents/physicsSolvers/wavePropagation/shared/TaperKernel.hpp index db01588bda..27535d8f83 100644 --- a/src/coreComponents/physicsSolvers/wavePropagation/shared/TaperKernel.hpp +++ b/src/coreComponents/physicsSolvers/wavePropagation/shared/TaperKernel.hpp @@ -31,7 +31,7 @@ struct TaperKernel /** * @brief Compute coefficients for the taper layers. In this computation the choice of the taper length (sizeT) and the coefficient of - *reflection (r) + * reflection (r) * highly depends on the model. Usually R will be between 10^{-3} and 1 ans you need to find a compromise with sizeT. * @tparam EXEC_POLICY the execution policy * @param[in] size the number of nodes