diff liboctave/MArray-i.cc @ 1989:a4b0826e240c

[project @ 1996-03-02 00:33:22 by jwe]
author jwe
date Sat, 02 Mar 1996 00:34:12 +0000
parents a9abae46d75f
children 1b57120c997b
line wrap: on
line diff
--- a/liboctave/MArray-i.cc	Sat Mar 02 00:33:22 1996 +0000
+++ b/liboctave/MArray-i.cc	Sat Mar 02 00:34:12 1996 +0000
@@ -23,22 +23,26 @@
 
 // Instantiate MArrays of int values.
 
-#define NO_DIAG_ARRAY 1
-
 #include "MArray.h"
 #include "MArray.cc"
 
 template class MArray<int>;
+
+INSTANTIATE_MARRAY_FRIENDS (int)
+
+#include "MArray2.h"
+#include "MArray2.cc"
+
 template class MArray2<int>;
 
-INSTANTIATE_MARRAY_FRIENDS (int)
 INSTANTIATE_MARRAY2_FRIENDS (int)
 
-#ifndef NO_DIAG_ARRAY
-template class MDiagArray<int>;
+#include "MDiagArray2.h"
+#include "MDiagArray2.cc"
+
+template class MDiagArray2<int>;
 
 INSTANTIATE_MDIAGARRAY_FRIENDS (int)
-#endif
 
 /*
 ;;; Local Variables: ***