From: ndjinga Date: Wed, 12 Dec 2007 10:34:20 +0000 (+0000) Subject: Doxygen: Displayed equations on separate lines X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=74b25949024a684dc6e5805d6cfd2d8719f6c0b4;p=tools%2Fmedcoupling.git Doxygen: Displayed equations on separate lines --- 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() {