diff liboctave/Array-b.cc @ 3836:b8c1cb5b9fd9

[project @ 2001-05-31 19:30:49 by jwe]
author jwe
date Thu, 31 May 2001 19:30:52 +0000
parents fccab8e7d35f
children 508238e65af7
line wrap: on
line diff
--- a/liboctave/Array-b.cc
+++ b/liboctave/Array-b.cc
@@ -33,6 +33,8 @@
 
 template int assign (Array<bool>&, const Array<bool>&);
 
+template int assign (Array<bool>&, const Array<bool>&, const bool&);
+
 #include "Array2.h"
 #include "Array2.cc"
 
@@ -40,6 +42,8 @@
 
 template int assign (Array2<bool>&, const Array2<bool>&);
 
+template int assign (Array2<bool>&, const Array2<bool>&, const bool&);
+
 #include "DiagArray2.h"
 #include "DiagArray2.cc"