2001-05-11 01:43:25 +02:00
|
|
|
$NetBSD: patch-ad,v 1.2 2001/05/10 23:43:26 jtb Exp $
|
2000-12-05 01:06:42 +01:00
|
|
|
|
|
|
|
--- memtort.c.orig Fri Jan 14 00:46:45 1994
|
|
|
|
+++ memtort.c
|
|
|
|
@@ -32,9 +32,9 @@
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <math.h>
|
|
|
|
-#include "matrix2.h"
|
|
|
|
-#include "sparse2.h"
|
|
|
|
-#include "zmatrix2.h"
|
2001-05-11 01:43:25 +02:00
|
|
|
+#include "meschach/matrix2.h"
|
|
|
|
+#include "meschach/sparse2.h"
|
|
|
|
+#include "meschach/zmatrix2.h"
|
2000-12-05 01:06:42 +01:00
|
|
|
|
|
|
|
|
|
|
|
#define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
|