From 2f08266ec12790c4d392fe8ea22fb20956c620ca Mon Sep 17 00:00:00 2001
From: Mark Woolrich <woolrich@fmrib.ox.ac.uk>
Date: Tue, 28 Sep 2004 12:03:18 +0000
Subject: [PATCH] taken newimage out of rungekutta

---
 rungekutta.cc | 1 -
 rungekutta.h  | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/rungekutta.cc b/rungekutta.cc
index 8a14621..d9d3f99 100644
--- a/rungekutta.cc
+++ b/rungekutta.cc
@@ -10,7 +10,6 @@
 
 namespace MISCMATHS {
 
-
 void rk(ColumnVector& ret, const ColumnVector& y, const ColumnVector& dy, float x, float h, const Derivative& deriv,const ColumnVector& paramvalues)
 { 
   Tracer tr("rk"); 
diff --git a/rungekutta.h b/rungekutta.h
index 2f57123..280f67a 100644
--- a/rungekutta.h
+++ b/rungekutta.h
@@ -14,10 +14,6 @@
 #include <string>
 #include <vector>
 
-#include "newimage/newimageall.h"
-
-using namespace NEWIMAGE;
-
 namespace MISCMATHS {
 
 class Derivative
-- 
GitLab