summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/westnile.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/westnile.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/westnile.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/westnile.asy b/Master/texmf-dist/doc/asymptote/examples/westnile.asy
index 7f63047983f..222bb38e05e 100644
--- a/Master/texmf-dist/doc/asymptote/examples/westnile.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/westnile.asy
@@ -7,7 +7,7 @@ file in=input(data).line().csv();
string[] columnlabel=in;
-real[][] A=in.dimension(0,0);
+real[][] A=in;
A=transpose(A);
real[] number=A[0], survival=A[1];