From d9ee2145899fdf7140831f15030b0ae6a5f6f509 Mon Sep 17 00:00:00 2001
From: FSL Automated Build Engineer <cowboy@fmrib.ox.ac.uk>
Date: Wed, 12 Mar 2008 10:46:25 +0000
Subject: [PATCH] fixed miscmaths.h include

---
 bfmatrix.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfmatrix.cpp b/bfmatrix.cpp
index 68ea5d9..9f59d9e 100644
--- a/bfmatrix.cpp
+++ b/bfmatrix.cpp
@@ -12,7 +12,7 @@
 #include <boost/shared_ptr.hpp>
 #include "newmat.h"
 #include "newmatio.h"
-#include "miscmaths/miscmaths.h"
+#include "miscmaths.h"
 #include "bfmatrix.h"
 
 namespace MISCMATHS {
-- 
GitLab