From 1bc800f6a432804a5bac43b871dc5c38ad3c4345 Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Tue, 19 Aug 2008 14:15:04 +0000
Subject: [PATCH] Removed final Identity

---
 miscmaths.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/miscmaths.h b/miscmaths.h
index 6becb3c..234dbba 100644
--- a/miscmaths.h
+++ b/miscmaths.h
@@ -120,7 +120,6 @@ namespace MISCMATHS {
   double norm2sq(double a, double b, double c);
   float norm2sq(float a, float b, float c);
 
-  int Identity(Matrix& m);
   ColumnVector seq(const int num);
 
   int diag(Matrix& m, const float diagvals[]);
-- 
GitLab