NISOx-BDI / SwE-toolbox

SwE toolbox
GNU General Public License v2.0
16 stars 7 forks source link

Fix a bug related to the progress display of parametric analyses #179

Closed BryanGuillaume closed 4 years ago

BryanGuillaume commented 4 years ago

The goal of this PR is to fix a bug related to the progress display of parametric analyses.

Before this PR, the progress display was updated using the variable i while it needed to be updated using the variable iChunk. This PR fixes this simply by replacing i by iChunk.