From a31ccdee7654a59c6f4d9c0a59eeaf892de94163 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Wed, 25 Oct 2023 11:07:36 +0200
Subject: [PATCH] docs(man): add equation in 'CreateErrorCrit_GAPX' help pages

---
 man/CreateErrorCrit_GAPX.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/CreateErrorCrit_GAPX.Rd b/man/CreateErrorCrit_GAPX.Rd
index 487e42f5..ab8ed228 100644
--- a/man/CreateErrorCrit_GAPX.Rd
+++ b/man/CreateErrorCrit_GAPX.Rd
@@ -31,7 +31,7 @@ CreateErrorCrit_GAPX(FUN_TRANSFO)
 
 \details{
 In addition to the criterion value, the function outputs include a multiplier (-1 or +1) that allows
-the use of the function for model calibration: the product \code{CritValue * Multiplier} is the criterion to be minimised
+the use of the function for model calibration: the product \eqn{CritValue \times Multiplier} is the criterion to be minimised
 (\code{Multiplier = -1} for NSE).
 }
 
-- 
GitLab