Author: slehuta Date: 2014-09-10 13:48:39 +0200 (Wed, 10 Sep 2014) New Revision: 201 Url: http://forge.codelutin.com/projects/isis-fish-docs/repository/revisions/201 Log:
From scmwebeditor --
Modified: trunk/src/site/rst/v4/user/tutorials/newResult.rst Modified: trunk/src/site/rst/v4/user/tutorials/newResult.rst =================================================================== --- trunk/src/site/rst/v4/user/tutorials/newResult.rst 2014-09-10 11:47:32 UTC (rev 200) +++ trunk/src/site/rst/v4/user/tutorials/newResult.rst 2014-09-10 11:48:39 UTC (rev 201) @@ -29,14 +29,14 @@ *dans ResultName - @Doc(value = "do the doc of Result matrixtac") - static final public String MATRIX_TAC_PER_POP = n("matrixTAC"); +@Doc(value = "do the doc of Result matrixtac") +static final public String MATRIX_TAC_PER_POP = n("matrixTAC"); *dans la regle MatrixND TacPopMatrix = MatrixFactory.getInstance().create( - ResultName.MATRIX_TAC_PER_POP, - new List[] { Arrays.asList(new String[]{"TAC","Foth"})}); +ResultName.MATRIX_TAC_PER_POP, +new List[] { Arrays.asList(new String[]{"TAC","Foth"})}); ResultStorage matResult = context.getSimulationStorage().getResultStorage(); TacPopMatrix.setValue("TAC", TacReel);