diff liboctave/dbleLU.cc @ 2049:468a96dd03fc

[project @ 1996-03-29 20:09:05 by jwe]
author jwe
date Fri, 29 Mar 1996 20:09:50 +0000
parents 1b57120c997b
children eedc2f3f61f7
line wrap: on
line diff
--- a/liboctave/dbleLU.cc
+++ b/liboctave/dbleLU.cc
@@ -38,7 +38,7 @@
 #include <base-lu.h>
 #include <base-lu.cc>
 
-template class base_lu <Matrix, Matrix>;
+template class base_lu <Matrix, double, Matrix, double>;
 
 // Define the constructor for this particular derivation.