summaryrefslogtreecommitdiff
path: root/metapost
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-10-07 21:40:14 +0300
committerMarius <mariausol@gmail.com>2011-10-07 21:40:14 +0300
commitd2612a28604c479c3040cbe590f9ac8ba1a0f767 (patch)
tree85dc54ff8e4f8a38f1a7e07901256b7e4874be7b /metapost
parent8867aebf22f20d09cbc1f9f80ba430de336de9b1 (diff)
downloadcontext-d2612a28604c479c3040cbe590f9ac8ba1a0f767.tar.gz
beta 2011.10.07 20:33
Diffstat (limited to 'metapost')
-rw-r--r--metapost/context/base/mp-flow.mpiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/metapost/context/base/mp-flow.mpiv b/metapost/context/base/mp-flow.mpiv
index c134f28d8..4cf4af0f9 100644
--- a/metapost/context/base/mp-flow.mpiv
+++ b/metapost/context/base/mp-flow.mpiv
@@ -536,7 +536,7 @@ vardef flow_x_on_grid (expr n, xfrom, xto, zfrom) =
fi
enddef ;
-vardef y_on_grid (expr n, yfrom, yto, zfrom) =
+vardef flow_y_on_grid (expr n, yfrom, yto, zfrom) =
if (yfrom = yto) and not (zfrom = 0) :
if (zfrom = 1) : flow_up_on_grid(2) else : flow_down_on_grid(2) fi
elseif ypart flow_xypoints[1] < ypart flow_xypoints[6] :