Skip to content
Snippets Groups Projects
Commit 545b4289 authored by ThibautDemare's avatar ThibautDemare
Browse files

Debug: wrong var name used

parent d9e796c4
Branches
Tags
No related merge requests found
......@@ -561,7 +561,7 @@ global {
distributionNbFCPerLSPX <- [];
int i <- 0;
loop while: i < length(distributionNbFCPerLSP) {
loop while: i < length(distributionNbFCPerLSPY) {
distributionNbFCPerLSPX <- distributionNbFCPerLSPX + i;
i <- i + 1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment