diff liboctave/Array-b.cc @ 2826:d6867cd782c7

[project @ 1997-03-25 23:36:39 by jwe]
author jwe
date Tue, 25 Mar 1997 23:38:09 +0000
parents 8ed4362aa0d6
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/Array-b.cc	Tue Mar 25 23:32:15 1997 +0000
+++ b/liboctave/Array-b.cc	Tue Mar 25 23:38:09 1997 +0000
@@ -33,6 +33,18 @@
 
 template void assign (Array<bool>&, const Array<bool>&);
 
+#include "Array2.h"
+#include "Array2.cc"
+
+template class Array2<bool>;
+
+template void assign (Array2<bool>&, const Array2<bool>&);
+
+#include "DiagArray2.h"
+#include "DiagArray2.cc"
+
+template class DiagArray2<bool>;
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***