]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Doxygen: Displayed equations on separate lines
authorndjinga <ndjinga>
Wed, 12 Dec 2007 10:34:20 +0000 (10:34 +0000)
committerndjinga <ndjinga>
Wed, 12 Dec 2007 10:34:20 +0000 (10:34 +0000)
src/ParaMEDMEM/DEC.cxx

index 1656190d71f47fe52e8b1f5f9e12a2cc22ecea36..946ef72d8c78e5198750980390dd1659db894029 100644 (file)
@@ -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()
        {