aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/space.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-03 04:23:42 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-03 04:23:42 +0000
commit001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532 (patch)
treeda9e2fe5d81ff4cd7709d12e44b8c3e348b8a8e3 /src/algebra/space.spad.pamphlet
parenta7bab9a6c2070d05e2dbd256ce455079c8ced385 (diff)
downloadopen-axiom-001e19b08ba7fb1b9e6f6bdb44a82ba3db3fc532.tar.gz
Replace `^=' with `~='.
Diffstat (limited to 'src/algebra/space.spad.pamphlet')
-rw-r--r--src/algebra/space.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/space.spad.pamphlet b/src/algebra/space.spad.pamphlet
index 1f1235d2..3d269880 100644
--- a/src/algebra/space.spad.pamphlet
+++ b/src/algebra/space.spad.pamphlet
@@ -616,7 +616,7 @@ ThreeSpace(R:Ring):Exports == Implementation where
numCurves := numCurves + 1
(#kid = 2) and _
(#children first kid = 1) and _
- (#children first rest kid ^= 1) =>
+ (#children first rest kid ~= 1) =>
numPolys := numPolys + 1
numConstructs := numConstructs + 1
-- otherwise, a mathematical surface is assumed