From 7afeee6727c0f5f24b96ba7c0b35d46a88240a68 Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Tue, 28 Sep 2004 12:16:05 +0000
Subject: [PATCH] Added newmat includes

---
 rungekutta.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rungekutta.h b/rungekutta.h
index 280f67a..b234794 100644
--- a/rungekutta.h
+++ b/rungekutta.h
@@ -13,6 +13,10 @@
 #include <fstream>
 #include <string>
 #include <vector>
+#include "newmatap.h"
+#include "newmatio.h"
+
+using namespace NEWMAT;
 
 namespace MISCMATHS {
 
-- 
GitLab