From c6998d3e1a3fda4640545283d80a1e4d07182250 Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Fri, 20 Feb 2004 15:18:22 +0000
Subject: [PATCH] Removed single_client_alloc is it does not compile in gcc3

---
 sparse_matrix.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sparse_matrix.h b/sparse_matrix.h
index 864b988..c6e720f 100644
--- a/sparse_matrix.h
+++ b/sparse_matrix.h
@@ -123,7 +123,7 @@ namespace MISCMATHS {
       int nrows;
       int ncols;
 
-      vector<map<int,double>,single_client_alloc> data;
+      vector<map<int,double> > data;
 
     };   
 
-- 
GitLab