Skip to content
Snippets Groups Projects
Commit ebae08a5 authored by Michel Juillard's avatar Michel Juillard
Browse files

wrapped line too long for some versions of ctangle

parent b7730f30
No related branches found
No related tags found
No related merge requests found
...@@ -350,7 +350,8 @@ rest of the matrix with zeros. ...@@ -350,7 +350,8 @@ rest of the matrix with zeros.
i++; 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|@>= @<add the steady state to columns of |res|@>=
for (int j = 0; j < i; j++) { for (int j = 0; j < i; j++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment