Skip to content
Snippets Groups Projects
Commit c6998d3e authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Removed single_client_alloc is it does not compile in gcc3

parent 46e715ba
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ namespace MISCMATHS { ...@@ -123,7 +123,7 @@ namespace MISCMATHS {
int nrows; int nrows;
int ncols; int ncols;
vector<map<int,double>,single_client_alloc> data; vector<map<int,double> > data;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment