Ajout de landing weight ?


Si validé, dans DefaultSimulator, après MATRIX_LANDING_PER_MET

if (resManager.isEnabled(ResultName.MATRIX_LANDING_WEIGHT_PER_MET)) {
                        MatrixND landing = MatrixFactory.getInstance().create(
                                populationMonitor.getCatch(pop));
                        if (discard != null) {
                            landing = landing.minus(discard);
                        }  
                        MatrixND landingweight = siMatrix.matrixToWeightMatrix(step, 2,
                        ResultName.MATRIX_LANDING_WEIGHT_PER_MET, landing);
   
                        resManager.addResult(step, pop, landingweight);
}