aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/clip.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/clip.spad.pamphlet')
-rw-r--r--src/algebra/clip.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/clip.spad.pamphlet b/src/algebra/clip.spad.pamphlet
index 6804f0ab..1d343412 100644
--- a/src/algebra/clip.spad.pamphlet
+++ b/src/algebra/clip.spad.pamphlet
@@ -279,7 +279,7 @@ TwoDimensionalPlotClipping(): Exports == Implementation where
xMin : SF := xCoord firstPt; xMax : SF := xCoord firstPt
yMin : SF := yCoord firstPt; yMax : SF := yCoord firstPt
for list in lists repeat
- for pt in list repeat
+ for pt: local in list repeat
if not Pnan? pt then
xMin := min(xMin,xCoord pt)
xMax := max(xMax,xCoord pt)