From 74b25949024a684dc6e5805d6cfd2d8719f6c0b4 Mon Sep 17 00:00:00 2001 From: ndjinga Date: Wed, 12 Dec 2007 10:34:20 +0000 Subject: [PATCH] Doxygen: Displayed equations on separate lines --- src/ParaMEDMEM/DEC.cxx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/ParaMEDMEM/DEC.cxx b/src/ParaMEDMEM/DEC.cxx index 1656190d7..946ef72d8 100644 --- a/src/ParaMEDMEM/DEC.cxx +++ b/src/ParaMEDMEM/DEC.cxx @@ -105,11 +105,19 @@ Reversely, if the processor is on the sending end, the field will be read, possi Computes the field norm over its support on the source side and renormalizes the field on the target side so that the norms match. - \$[ - I_{source}=\sum_{i=1}^{n_{source}}V_{i}.|\Phi^{source}_{i}|^2 - I_{target}=\sum_{i=1}^{n_{target}}V_{i}.|\Phi^{target}_{i}|^2 - \Phi^{target}:=\Phi^{target}.\sqrt(I_{source}/I_{target}) - \$] + + \f[ + I_{source}=\sum_{i=1}^{n_{source}}V_{i}.|\Phi^{source}_{i}|^2, + \f] + + \f[ + I_{target}=\sum_{i=1}^{n_{target}}V_{i}.|\Phi^{target}_{i}|^2, + \f] + + \f[ + \Phi^{target}:=\Phi^{target}.\sqrt{I_{source}/I_{target}}. + \f] + */ void DEC::renormalizeTargetField() { -- 2.39.2