aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/vector.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/vector.spad.pamphlet')
-rw-r--r--src/algebra/vector.spad.pamphlet4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/vector.spad.pamphlet b/src/algebra/vector.spad.pamphlet
index 97f743b5..1696e4e4 100644
--- a/src/algebra/vector.spad.pamphlet
+++ b/src/algebra/vector.spad.pamphlet
@@ -150,7 +150,7 @@ Vector(R:Type): Exports == Implementation where
vector l == construct l
if R has ConvertibleTo InputForm then
convert(x:%):InputForm ==
- convert [convert("vector"::Symbol)@InputForm,
+ convert [convert('vector)@InputForm,
convert(parts x)@InputForm]
@
@@ -460,6 +460,8 @@ DirectProductFunctions2(dim, A, B): Exports == Implementation where
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
--All rights reserved.
+--Copyright (C) 2007-2009, 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