aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/newdata.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/newdata.spad.pamphlet')
-rw-r--r--src/algebra/newdata.spad.pamphlet4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/newdata.spad.pamphlet b/src/algebra/newdata.spad.pamphlet
index ca9783e8..f9b1a9ed 100644
--- a/src/algebra/newdata.spad.pamphlet
+++ b/src/algebra/newdata.spad.pamphlet
@@ -111,7 +111,7 @@ TabulatedComputationPackage(Key ,Entry): Exports == Implementation where
void()
printInfo!(s1: String, s2: String): Void ==
(empty? s1) or (empty? s2) => void()
- not usingTable? =>
+ not usingTable?() =>
error "in printInfo!()$TBCMPPK: not allowed to use hashtable"
info? := true
ok := s1
@@ -621,6 +621,8 @@ SplittingTree(V,C) : Exports == Implementation where
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
--All rights reserved.
+-- Copyright (C) 2007-2010, Gabriel Dos Reis
+-- All rights reserved.
--
--Redistribution and use in source and binary forms, with or without
--modification, are permitted provided that the following conditions are