aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bc-matrix.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/bc-matrix.boot')
-rw-r--r--src/interp/bc-matrix.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/bc-matrix.boot b/src/interp/bc-matrix.boot
index f70c168c..033bf212 100644
--- a/src/interp/bc-matrix.boot
+++ b/src/interp/bc-matrix.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2010, Gabriel Dos Reis.
+-- Copyright (C) 2007-2011, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -118,8 +118,8 @@ bcInputExplicitMatrix(htPage,junk) ==
rowpart := strconc('"{\em Row",htStringPad(i,wrows))
colpart := strconc('", Column",htStringPad(j,wcols),'":}\space{2}")
prefix := strconc(rowpart,colpart)
- -- name := INTERN strconc(htMkName('"row",i),htMkName('"col",j))
- name := INTERN STRINGIMAGE (k := k + 1)
+ -- name := makeSymbol strconc(htMkName('"row",i),htMkName('"col",j))
+ name := makeSymbol STRINGIMAGE (k := k + 1)
[prefix,'"",30, 0,name,'P]
labelList :=
[['domainConditions, '(isDomain P (Polynomial $EmptyMode)), cond],