diff liboctave/Array-s.cc @ 4513:508238e65af7

[project @ 2003-09-19 21:40:57 by jwe]
author jwe
date Fri, 19 Sep 2003 21:41:21 +0000
parents b8c1cb5b9fd9
children 228d2d5b6d66
line wrap: on
line diff
--- a/liboctave/Array-s.cc	Sat Sep 13 07:53:55 2003 +0000
+++ b/liboctave/Array-s.cc	Fri Sep 19 21:41:21 2003 +0000
@@ -42,12 +42,16 @@
 
 template class Array2<short>;
 
+#if 0
+
 template int assign (Array2<short>&, const Array2<short>&);
 template int assign (Array2<short>&, const Array2<char>&);
 
 template int assign (Array2<short>&, const Array2<short>&, const short&);
 template int assign (Array2<short>&, const Array2<char>&, const short&);
 
+#endif
+
 #include "DiagArray2.h"
 #include "DiagArray2.cc"