blob: 108f2ac1840346a74d62ec8b0726870966d87ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ag,v 1.2 2001/05/10 23:43:26 jtb Exp $
--- torture.c.orig Mon Dec 12 20:01:07 1994
+++ torture.c
@@ -32,7 +32,7 @@
#include <stdio.h>
-#include "matrix2.h"
+#include "meschach/matrix2.h"
#include <math.h>
-#include "matlab.h"
+#include "meschach/matlab.h"
#define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
|