diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-19 21:38:54 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-19 21:38:54 +0000 |
commit | 09469d002d15b88c105731142bce403a1aa5a21b (patch) | |
tree | c91273f9d8a7b5ae5bd3efb0f67734db0fb49dee /src/algebra/clip.spad.pamphlet | |
parent | 0d25890bd7bc8bd697294a3288396c23a2438879 (diff) | |
download | open-axiom-09469d002d15b88c105731142bce403a1aa5a21b.tar.gz |
* algebra/aggcat.spad.pamphlet (Aggregate) [more?,less?,size?]:
Move to StreamAggregate.
* algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory):
Don't implement them.
* algebra/tree.spad.pamphlet (Tree): Likewise.
Diffstat (limited to 'src/algebra/clip.spad.pamphlet')
-rw-r--r-- | src/algebra/clip.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/clip.spad.pamphlet b/src/algebra/clip.spad.pamphlet index 5adde3dc..30ee0ff3 100644 --- a/src/algebra/clip.spad.pamphlet +++ b/src/algebra/clip.spad.pamphlet @@ -212,7 +212,7 @@ TwoDimensionalPlotClipping(): Exports == Implementation where xVals := xRange plot empty?(pointLists := listBranches plot) => [nil(),xVals,segment(0,0)] - more?(pointLists := listBranches plot,1) => + #(pointLists := listBranches plot) > 1 => error "clipDraw: plot has more than one branch" empty?(pointList := first pointLists) => [nil(),xVals,segment(0,0)] |