Fix indexing error in DIF account scenario analysis output

This commit is contained in:
2024-01-29 11:51:04 +01:00
parent 6a5c600b70
commit 8f843811eb

View File

@ -65,7 +65,7 @@
mat outmat[`k',`j'] = W[1,1+3*`j'] // items après le premier dif
}
}
mat outmat[`k',`nbitems'+1] = W[1,2*`difitems1'+1] // coef de dif
mat outmat[`k',`nbitems'+1] = W[1,3*`difitems1'-1] // coef de dif
mat outmat[`k',`nbitems'+2] = W[1,3*`nbitems'+2] // beta
mat outmat[`k',`nbitems'+3] = W[2,3*`nbitems'+2] // se beta
mat outmat[`k',`nbitems'+4] = `difitems1' // numéro item de dif