wrapped line too long for some versions of ctangle

time-shift
Michel Juillard 2012-11-22 09:49:51 +01:00
parent b7730f3025
commit ebae08a585
1 changed files with 2 additions and 1 deletions

View File

@ -350,7 +350,8 @@ rest of the matrix with zeros.
i++;
}
@ Even clearer. We add the steady state to the numbers computed above and leave the padded columns to zero.
@ Even clearer. We add the steady state to the numbers computed above
and leave the padded columns to zero.
@<add the steady state to columns of |res|@>=
for (int j = 0; j < i; j++) {