Skip to content
Snippets Groups Projects
Commit ac41e778 authored by Markus Blatt's avatar Markus Blatt
Browse files

[bugfix] Fixed use of typename outside of template error with g++-4.4

[[Imported from SVN: r1774]]
parent 2b14b14b
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ int main(int argc, char** argv)
setupLaplacian(mat,N);
typedef typename Vector::Iterator VectorIterator;
typename Vector::Iterator VectorIterator;
FIELD_TYPE count(0);
......
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