diff liboctave/dColVector.cc @ 1214:0bf4d2b7def4

[project @ 1995-04-06 02:33:59 by jwe]
author jwe
date Thu, 06 Apr 1995 02:35:53 +0000
parents 8302fab9fe24
children 97eac19837dc
line wrap: on
line diff
--- a/liboctave/dColVector.cc	Thu Apr 06 02:25:28 1995 +0000
+++ b/liboctave/dColVector.cc	Thu Apr 06 02:35:53 1995 +0000
@@ -48,14 +48,6 @@
  * Column Vector class.
  */
 
-#define KLUDGE_VECTORS
-#define TYPE double
-#define KL_VEC_TYPE ColumnVector
-#include "mx-kludge.cc"
-#undef KLUDGE_VECTORS
-#undef TYPE
-#undef KL_VEC_TYPE
-
 int
 ColumnVector::operator == (const ColumnVector& a) const
 {