diff src/DLD-FUNCTIONS/det.cc @ 8335:64cf956a109c

templatize & fix DET
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 19 Nov 2008 11:23:07 +0100
parents e69bca367ed7
children e02242c54c49
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/det.cc	Tue Nov 18 22:55:13 2008 +0100
+++ b/src/DLD-FUNCTIONS/det.cc	Wed Nov 19 11:23:07 2008 +0100
@@ -25,10 +25,7 @@
 #include <config.h>
 #endif
 
-#include "CmplxDET.h"
-#include "dbleDET.h"
-#include "fCmplxDET.h"
-#include "floatDET.h"
+#include "DET.h"
 
 #include "defun-dld.h"
 #include "error.h"