summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/filesurface.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/filesurface.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/filesurface.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/filesurface.asy b/Master/texmf-dist/doc/asymptote/examples/filesurface.asy
index eef9d37f494..b4817a05863 100644
--- a/Master/texmf-dist/doc/asymptote/examples/filesurface.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/filesurface.asy
@@ -7,7 +7,7 @@ file in=input("filesurface.dat").line();
real[] x=in;
real[] y=in;
-real[][] f=in.dimension(0,0);
+real[][] f=in;
triple f(pair t) {
int i=round(t.x);