diff liboctave/CSparse.h @ 8335:64cf956a109c

templatize & fix DET
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 19 Nov 2008 11:23:07 +0100
parents b11c31849b44
children 8b1a2555c4e2
line wrap: on
line diff
--- a/liboctave/CSparse.h
+++ b/liboctave/CSparse.h
@@ -31,7 +31,7 @@
 #include "CColVector.h"
 #include "oct-cmplx.h"
 
-#include "CmplxDET.h"
+#include "DET.h"
 #include "MSparse.h"
 #include "MSparse-defs.h"
 #include "Sparse-op-defs.h"